-
Notifications
You must be signed in to change notification settings - Fork 334
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
Install azure-cli and ansible azure collection at the same time #1779
Comments
Diff to make it work in the direction of downgrading pinned versions:
|
some of those requirements are not even in latest version of azure cli :) https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/requirements.py3.Linux.txt Diff to make it work with the latest azure-cli version:
|
@Klaas- Welcome to submit the problems encountered, I will test the system in your report, in addition, I tested on the virtual machine of ubuntu 22.04 without any errors, thank you!
|
Hi @Fred-sun Just looking at those two lines: https://github.com/Azure/azure-cli/blob/ccc6fd5065c4aaa4e63383dce9ca64b7c50380ee/src/azure-cli/requirements.py3.Linux.txt#L7 and Line 5 in 8b2b474
they can't be satisfied at the same time, I am unsure why pip allows you to downgrade azure-cli-core from 2.67 to 2.64 though, that should be blocked by azure-cli requirement? You can easily see the depenedency problems if you use a recent pip and run or you can simply add |
@Klaas- This change is not recommended because many modules depend on deleted packages.
|
SUMMARY
#1138 has come back, with latest git version I can not install azure-cli because of conflicts.
ISSUE TYPE
COMPONENT NAME
requirements.txt
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
python -m pip install -r requirements.txt azure-cli==2.64.0
EXPECTED RESULTS
Install azure cli and all ansible azure collection requirements
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: