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.

azure-cli 2.8.0 and 2.7.0 compatibility issues with azure-storage-blob since October 2019

See original GitHub issue

Describe the bug

azure-storage-blob versions after October 2019 are not supported. Update: still there in azure-cli 2.8.0 (with Python 3.8.3) ERROR: azure-cli 2.7.0 has requirement azure-storage-blob<2.0.0,>=1.3.1, but you’ll have azure-storage-blob 12.3.1 which is incompatible.

Command Name pip install -U -r requirements.txt

Errors: 2.7.0: ERROR: azure-cli 2.7.0 has requirement azure-storage-blob<2.0.0,>=1.3.1, but you’ll have azure-storage-blob 12.3.1 which is incompatible. 2.8.0: ERROR: azure-cli 2.8.0 has requirement azure-storage-blob<2.0.0,>=1.3.1, but you’ll have azure-storage-blob 12.3.2 which is incompatible.

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • python -m venv azure_cli_issue
  • cd azure_cli_issue
  • pip install -U azure-cli azure-storage-blob Then
  • pip install -U azure-storage-blob

Expected Behavior

No error. But I get: ERROR: azure-cli 2.8.0 has requirement azure-storage-blob<2.0.0,>=1.3.1, but you’ll have azure-storage-blob 12.3.1 which is incompatible.

Environment Summary

Update: still there in azure-cli 2.8.0 (with Python 3.8.3)

Windows-10-10.0.18362-SP0
Python 3.7.7
Installer: PIP

azure-cli 2.7.0

Additional Context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fengzhou-msftcommented, Jul 3, 2020

@Juliehzl is working on removing azure-storage-blob #13490 and currently blocked by an extension that is still using it.

1reaction
yonzhancommented, Jun 8, 2020

@fengzhou-msft please take a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release notes & updates – Azure CLI - Microsoft Learn
Learn about the latest Azure Command-Line Interface (CLI) release notes and updates for both the current and beta versions of the CLI.
Read more >
Azure SDK Releases | Azure SDKs - Azure documentation
This page provides an inventory of all Azure SDK library packages, code, and documentation. The Client Libraries and Management Libraries ...
Read more >
Package List — Spack 0.20.0.dev0 documentation
dnsmasq, py-azure-cli-command-modules-nspkg, r-gdata ... 2.10.3, 2.10.2, 2.10.1, 2.10.0, 2.9.1, 2.9.0, 2.8.1, 2.8.0, 2.7.0, 2.6.1, 2.6.0, 2.5.1, 2.5.0 ...
Read more >
azure-identity - PyPI
In the meantime, consider authenticating via the Azure CLI. ... from azure.identity import DefaultAzureCredential from azure.storage.blob import ...
Read more >
azure-storage | Yarn - Package Manager
Please note: newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is ...
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