You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tried to follow the instructions for DEV SETUP on testing semantic-kernel/python. My device did not have uv installed and, as a result, I was unable to leverage the makefile flow.
We want to use these steps for our own automated testing of the MongoDB library, so being able to follow the instructions is essential to maintain as simple a testing environment as possible.
To Reproduce
Steps to reproduce the behavior:
clone the repo
Go to semantic-kernel/python
run make install
make install
uv found
running uv update
make[1]: uv: No such file or directory
make[1]: *** [install-uv] Error 1
make: *** [install] Error 2
Expected behavior
I expected the makefile to execute the curl command: curl -LsSf https://astral.sh/uv/install.sh | sh and proceed with the next steps of installing. This does not work and I keep getting uv not found. After checking, using which uv I confirmed uv did not exist within the same shell instance.
Moreover if I run the curl command myself, I still cannot make it through the remainder of the script as uv is not a recognized command. Ultimately, I ended up installing uv myself and then running the other commands underneath make install sequentially thereafter. I assume this is not desired behavior, though.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
OS: [MacOS Sonoma 14.6.1]
IDE: [N/A]
Language: [Python]
Source: [cloned repo]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Bug: Make Install does not work on clean builds
Python: Bug: Make Install does not work on clean builds
Oct 2, 2024
Describe the bug
Tried to follow the instructions for DEV SETUP on testing semantic-kernel/python. My device did not have
uv
installed and, as a result, I was unable to leverage the makefile flow.We want to use these steps for our own automated testing of the MongoDB library, so being able to follow the instructions is essential to maintain as simple a testing environment as possible.
To Reproduce
Steps to reproduce the behavior:
semantic-kernel/python
make install
Expected behavior
I expected the makefile to execute the curl command:
curl -LsSf https://astral.sh/uv/install.sh | sh
and proceed with the next steps of installing. This does not work and I keep gettinguv not found
. After checking, usingwhich uv
I confirmed uv did not exist within the same shell instance.Moreover if I run the curl command myself, I still cannot make it through the remainder of the script as
uv
is not a recognized command. Ultimately, I ended up installing uv myself and then running the other commands underneathmake install
sequentially thereafter. I assume this is not desired behavior, though.Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: