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.
See original GitHub issueApache Airflow version: 1.10.10
What happened: when use pip install all dependencies pip-3.6 install apache-airflow[all]
Collecting azure-storage>=0.34.0; extra == "all" (from apache-airflow[all])
Using cached https://files.pythonhosted.org/packages/5d/cd/cac628adf6cb0086a24c20d76609445f1bf841483d56ec9f5645bbaa9ab7/azure-storage-0.37.0.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/mnt/tmp/pip-build-bqgrrvz0/azure-storage/setup.py", line 55, in <module>
raise RuntimeError(message)
RuntimeError:
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
What you expected to happen: successful install
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (5 by maintainers)
Top Results From Across the Web
pip install azure-storage==0.37.0 fails · Issue #11413 - GitHub
Please install the service specific packages prefixed by `azure` needed for your application. The complete list of available packages can be ...
Read more >azure-storage - PyPI
Starting with v0.37.0, this package is deprecated. Please install the service specific packages prefixed by azure-storage needed for your application.
Read more >How to correctly import Azure SDK for Python 3.6
azure-storage is deprecated, do not use it but the specific version like these three: https://pypi.org/project/azure-storage-queue/ ...
Read more >How to install Azure SDK library packages for Python
How to install, uninstall, and verify Azure SDK or Python libraries using pip and conda. Includes details on installing specific versions ...
Read more >Azure storage 0.37.0 is not installable any more
I tried to install the azure package now and had a similar error. ... Starting with v0.37.0, the 'azure-storage' meta-package is deprecated ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Indeed @francois-travais. Added issue for that with 1.10.11 as the milestone target. https://github.com/apache/airflow/issues/8860
Yes it’s about the
--constraints
. I think this section https://github.com/apache/airflow/blob/master/README.md#installing-from-pypi should be in the documentation and not just in the README.