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.

webapp:azure-cli 2.0.66 cryptography <2.5 and >2.5

See original GitHub issue

azure-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:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tjprescottcommented, Jun 11, 2019

Leaving open for @marstr to weigh in on.

0reactions
patricklee2commented, Jun 11, 2019

I’ll make the fix

Read more comments on GitHub >

github_iconTop 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 >

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