Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bug: Make Install does not work on clean builds #9067

Open
Jibola opened this issue Oct 2, 2024 · 2 comments
Open

Python: Bug: Make Install does not work on clean builds #9067

Jibola opened this issue Oct 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel stale Issue is stale because it has been open for 90 days with no activity

Comments

@Jibola
Copy link
Contributor

Jibola commented 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:

  1. clone the repo
  2. Go to semantic-kernel/python
  3. 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.

@Jibola Jibola added the bug Something isn't working label Oct 2, 2024
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Oct 2, 2024
@github-actions github-actions bot 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
@moonbox3
Copy link
Contributor

moonbox3 commented Oct 3, 2024

Thanks for reporting, @Jibola. I will have a look at this.

Copy link

github-actions bot commented Jan 2, 2025

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale Issue is stale because it has been open for 90 days with no activity label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel stale Issue is stale because it has been open for 90 days with no activity
Projects
Status: No status
Development

No branches or pull requests

3 participants