azure-storage-blob-changefeed 12.0.0b2 not pip installable w/ latest sdk
See original GitHub issue- Package Name: azure-storage-blob-changefeed
- Package Version: 12.0.0b2
- Operating System: Ubuntu 20.04
- Python Version: 3.8.10
Describe the bug
azure-storage-blob-changefeed
errors when installing on pip:
ERROR: Cannot install azure-storage-blob-changefeed==12.0.0b2 and azure-storage-blob==12.9.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested azure-storage-blob==12.9.0
azure-storage-blob-changefeed 12.0.0b2 depends on azure-storage-blob~=12.5.0
It appears it was fixed in a Sept 21 2020 commit to use a range instead of pinned version: https://github.com/Azure/azure-sdk-for-python/commit/db635d24a96729a4d979c7b03365b65d270b7a4a#diff-7b60a950cd973ee0eb400b0f2d532400948e2d953a88646942fe68032df5d3eb
So it would be great if we could get a new 12.0.0b3 with the newer setup.py.
I am currently running the change feed package successfully with the latest SDK:
azure-core 1.19.0
azure-identity 1.7.0
azure-keyvault-secrets 4.3.0
azure-storage-blob 12.9.0
azure-storage-blob-changefeed 12.0.0b2
It would just be great to be installable with pip w/o a dependency error.
To Reproduce Steps to reproduce the behavior:
- Install the latest azure blob sdk,
azure-storage-blob==12.9.0
- Attempt to install
azure-storage-blob-changefeed
Expected behavior Package installs.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
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-queue 12.5.0
Azure Storage Queues client library for Python. Azure Queue storage is a service for storing large numbers of messages that can be accessed...
Read more >Install TensorFlow with pip
This guide is for the latest stable version of TensorFlow. ... cuDNN SDK 8.1.0. ... First install the NVIDIA GPU driver if you...
Read more >Python and pip, list all versions of a package that's available?
pip install pylibmc== Collecting pylibmc== Could not find a version that ... installed via pip install yolk3k , only returns latest version.
Read more >How to PIP Install Requests Python Package
Try a faster and easier way to manage your Python dependencies. Use Python 3.9 by ActiveState and build your own runtime with the...
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 Free
Top 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
Hi @Hidendra thank you for reporting this. I will look into this and get back to you on a potential release update
Awesome, thank you!!! Looking good on my end, greatly appreciated.