felipefb commented on pull request #8833:
URL: https://github.com/apache/airflow/pull/8833#issuecomment-630246885
I tried to install the azure package now and had a similar error. Is the new
version already available?
```
Collecting azure-storage>=0.34.0; extra == "azure"
Downloading azure-storage-0.37.0.zip (4.3 kB)
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -c 'import sys, setuptools, tokenize;
sys.argv[0] = '"'"'/tmp/pip-install-ulhnvfzb/azure-storage/setup.py'"'"';
__file__='"'"'/tmp/pip-install-ulhnvfzb/azure-storage/setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
--egg-base /tmp/pip-pip-egg-info-dicvhu77
cwd: /tmp/pip-install-ulhnvfzb/azure-storage/
Complete output (19 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-ulhnvfzb/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
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info
Check the logs for full command output.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]