-
Notifications
You must be signed in to change notification settings - Fork 854
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
Fails to install azure-cli
(which is installed just fine with pip
)
#9510
Comments
I think you might need |
there are lots of duplicates, uv failure to install azure-cli is always about pre-releases |
@charliermarsh But |
@dimbleby duplicated issues, you mean? not following, about pre-releases of what? |
I've been able to go deep on this. It results it's not a "bug" in While So, I'll go forward and close this (just re-open if you think this is something that actually should be fixed). (*1) From the pip gitst linked above:
(*2) It happened
|
Details on our pre-release behavior in https://docs.astral.sh/uv/pip/compatibility/#pre-release-compatibility |
Working with
uv 0.5.5
under Ubuntu 24.04.1 LTS.I tried the following
uv --verbose tool run --from azure-cli az --version
, which end up failing with(full verbose run in this gist way too long to include it here)
Note that
azure-cli
is installable just fine withpip
(see this other gist for the logs).Strangely, in the pip installation there is no
lib/python3.12/site-packages/azure/__init__.py
file... but hey, it works:The text was updated successfully, but these errors were encountered: