webapp:azure-cli 2.0.66 cryptography <2.5 and >2.5
See original GitHub issueazure-cli 2.0.66 from pypi requires cryptography <2.5
and >=2.5
. 😢
azure-cli-core is requiring >=2.5
becauseof paramiko:
- azure-cli-core [required: Any, installed: 2.0.66]
- paramiko [required: >=2.0.8, installed: 2.5.0]
- cryptography [required: >=2.5, installed: 2.4.2]
It is azure-cli-appservice that is putting a dependency on <2.5
here and should probably be fixed.
- azure-cli-appservice [required: ==0.2.20, installed: 0.2.20]
- cryptography [required: <2.5, installed: 2.4.2]
I ran into this bug and diagnosed it with pipenv.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Release notes & updates – Azure CLI
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-cli 2.5.0
Microsoft Azure CLI. A great cloud needs great tools; we're excited to introduce Azure CLI, our next generation multi-platform command line experience for ......
Read more >azure-cli-2.0.66-3.el7.x86_64.rpm RPM Packages Download
Download azure-cli-2.0.66-3.el7.x86_64.rpm for RPM Packages from Azure CLI repository.
Read more >sysutils/py-azure-cli: Microsoft Azure Command-Line Tools
The Azure CLI is a command-line tool providing a great experience for managing Azure resources. The CLI is designed to make scripting easy,...
Read more >Archive - Robert Chambers
ansible (4) architecture (1) arm (2) automation (7) azure (3) azure-cli (1) bicep ... Ansible 2.5 and network_cli ... Deploying an Azure Web...
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
Leaving open for @marstr to weigh in on.
I’ll make the fix