Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the required dependency #6

Open
m4rk4l opened this issue May 12, 2020 · 3 comments
Open

Issue with the required dependency #6

m4rk4l opened this issue May 12, 2020 · 3 comments

Comments

@m4rk4l
Copy link

m4rk4l commented May 12, 2020

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.

@srmds
Copy link

srmds commented May 12, 2020

@m4rk4l Just encountered the same issue

@m4rk4l
Copy link
Author

m4rk4l commented May 12, 2020

This seems to be an old repository and not 100% whether it is being maintained...

@srmds
Copy link

srmds commented May 12, 2020

Yeah, I saw it, thinking about to fork it to create a version of my own with updated support of Azure Storage packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants