You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Azure did it again.
when installing azure-storage 0.37.0 pip raises a RuntimeError stating:
Starting with v0.37.0, the 'azure-storage' meta-package is deprecated and cannot be installed anymore.
Please install the service specific packages prefixed by `azure` needed for your application.
The complete list of available packages can be found at:
https://aka.ms/azsdk/python/all
Here's a non-exhaustive list of common packages:
- [azure-storage-blob](https://pypi.org/project/azure-storage-blob) : Blob storage client
- [azure-storage-file-share](https://pypi.org/project/azure-storage-file-share) : Storage file share client
- [azure-storage-file-datalake](https://pypi.org/project/azure-storage-file-datalake) : ADLS Gen2 client
- [azure-storage-queue](https://pypi.org/project/azure-storage-queue): Queue storage client
Maybe you could add an upperbound to your install_requires in your setup.py or be a bit more verbose on your requirements.
The text was updated successfully, but these errors were encountered:
It seems that Azure did it again.
when installing azure-storage 0.37.0 pip raises a RuntimeError stating:
Maybe you could add an upperbound to your
install_requires
in yoursetup.py
or be a bit more verbose on your requirements.The text was updated successfully, but these errors were encountered: