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

Dependency: 'azure-storage' meta-package is deprecated and cannot be installed anymore. #8

Open
kordopv opened this issue Sep 1, 2021 · 1 comment

Comments

@kordopv
Copy link

kordopv commented Sep 1, 2021

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

When is it going to be fixed?

@AbianG
Copy link

AbianG commented Jul 5, 2022

I dont think the author of this module is updating it anymore. Out of necessity, I've forked the repository and updated it so the TableStorageHandler works. I've removed the others until I can get around to update them. But if somebody needs to use the TableStorageHandler, my version should allow it (https://pypi.org/project/azure-storage-logging-updated/)

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