question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Apache 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
potiukcommented, May 13, 2020

Indeed @francois-travais. Added issue for that with 1.10.11 as the milestone target. https://github.com/apache/airflow/issues/8860

1reaction
francois-travaiscommented, May 13, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found