-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
fixed/waiting for releasedescribe issues that are fixed and sitting on the dev branch to be released laterdescribe issues that are fixed and sitting on the dev branch to be released later
Description
Which service(blob, file, queue) does this issue concern?
>>> from azure.storage.blob import BlockBlobService
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named storage.blob
Which version of the SDK was used? Please provide the output of pip freeze.
azure-common==1.1.14
azure-nspkg==2.0.0
azure-storage-blob==1.3.1
azure-storage-common==1.3.0
azure-storage-nspkg==3.0.0
What problem was encountered?
Unable to install the whole dependency tree via classic setup.py in install_requires
Have you found a mitigation/solution?
Using pip install azure-storage-blob==1.3.1 it works well but in our CI process we try to have all dependency in our setup.py
I tried to add what seems to be the additional dependencies while pip freeze after manual pip install but this does not work either.
FYI, i added
'azure-common==1.1.14',
'azure-nspkg==2.0.0',
'azure-storage-blob==1.3.1',
'azure-storage-common==1.3.0',
'azure-storage-nspkg==3.0.0',
Is there something i need to add in the setup.py to make it work ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixed/waiting for releasedescribe issues that are fixed and sitting on the dev branch to be released laterdescribe issues that are fixed and sitting on the dev branch to be released later