-
Notifications
You must be signed in to change notification settings - Fork 3k
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
inconsistent version metadata in python package azure-cli==2.25.0 #18499
Comments
part of bash script
Logs: Installing python virtual environment for deployment scripts... ` |
requirements.txt:
|
@jiasli for awareness |
The
Installing
The conflict comes from https://github.com/psf/requests/blob/v2.24.0/setup.py#L47 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1', and azure-cli/src/azure-cli-core/setup.py Line 62 in 162be08
Please consider using the latest |
ok. Thanks for update. It works now with latest requests. |
Describe the bug
It looks like inconsistent python package metadata causes pip to download all available versions of multiple dependencies which timeouts in CI tracks.
To Reproduce
pip install -U azure-cli==2.25.0
Expected behavior
Environment summary
Additional context
Workaround is to install previous release
pip install -U azure-cli==2.24.2
The text was updated successfully, but these errors were encountered: