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

azure library versions #328

Open
laszewsk opened this issue Mar 10, 2020 · 5 comments
Open

azure library versions #328

laszewsk opened this issue Mar 10, 2020 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@laszewsk
Copy link
Member

Identify compatible libraries for compute, storage, volume for azure

ERROR: azure-storage-queue 1.4.0 has requirement azure-storage-common~=1.4, but you'll have azure-storage-common 2.1.0 which is incompatible.
ERROR: azure-storage-file 1.4.0 has requirement azure-storage-common~=1.4, but you'll have azure-storage-common 2.1.0 which is incompatible.
ERROR: azure 4.0.0 has requirement azure-storage-blob~=1.3, but you'll have azure-storage-blob 12.2.0 which is incompatible.

@laszewsk laszewsk added the bug Something isn't working label Mar 10, 2020
@nirandaperera
Copy link
Collaborator

I think this happens when someone updates azure-storage-blob independently. At the moment cloudmesh only installs azure via pip and it is still carrying older versions of the said packages.

Ex:
https://github.com/Azure/azure-sdk-for-python/blob/d320a5a82c3d48a172ebf844a34afdd15ca12214/shared_requirements.txt#L90

I think we should stick those packages. Otherwise, we will have to install azure packages individually.

@laszewsk
Copy link
Member Author

cloudmesh has a make requirements.
if we need to pin versions, this makefile has to be changed to do it for the version we need. Otherwise we have unbound verison in setup.py that are use to whatever is newest. THis makes actually sense as all other packages will can find their verisons. looks like that docutils(boto3) and azure are the only once that need to be handled differently. So what need to be changed?

@laszewsk
Copy link
Member Author

what i do not understand is why can ew not use the latest libraries for everything.

@laszewsk
Copy link
Member Author

also wne i look at this the current releas is

12.x ?

https://github.com/Azure/azure-sdk-for-python/releases

@laszewsk
Copy link
Member Author

laszewsk commented May 5, 2020

has this been resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants