(recent version) pip install azure-cli (with or without --pre) fails: azure-nspkg not found
See original GitHub issueDescription
Installed Python 3.5.3, came with pip 9.0.1 (latest, pip install --upgrade pip tells me so)
pip install azure-cli
and
pip install --pre azure-cli
fail with:
Collecting azure-nspkg>=2.0.0 (from azure-cli-nspkg->azure-cli)
Could not find a version that satisfies the requirement azure-nspkg>=2.0.0 (from azure-cli-nspkg->azure-cli) (from versions: 1.0.0rc1, 1.0.0rc2, 1.0.0)
No matching distribution found for azure-nspkg>=2.0.0 (from azure-cli-nspkg->azure-cli)
Environment summary
Install Method: How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, nightly)
Installed python 3.5.3, came with pip 9.0.1, then: ‘pip install azure-cli’
CLI Version: What version of the CLI and modules are installed? (Use az --version
)
N/A.
OS Version: What OS and version are you using?
Windows 10 Pro x64 [Version 10.0.15063]
Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
cmd.exe
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Install the Azure CLI on Linux - Microsoft Learn
You can install the Azure CLI on Linux computers with one command or a step-by-step process. ... The current version of the Azure...
Read more >Pip could not find a version that satisfies the requirement
pip doesn't find anything to install because you do not meet the requirements. Upgrade to Python >= 3.8 and do the same: pip...
Read more >Install Docker Engine on Debian
To install Docker Engine, you need the 64-bit version of one of these Debian or Raspbian versions: Debian Bullseye 11 (stable); Debian Buster...
Read more >Troubleshooting Omnibus GitLab installation issues
This error is thrown when /etc/gitlab/gitlab.rb configuration file contains configuration that is invalid or unsupported. Double check that there are no typos ...
Read more >How to resolve "dpkg: error processing /var/cache/apt/archives ...
The python-problem-report version is part of a precise apport SRU release June 4. – John S Gruber. Jun 10, 2012 at 16:51. Add...
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 FreeTop 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
Top GitHub Comments
Could not install Azure CLi 2.
I am trying these steps. I got an error in the second command. Please help…
pip install --pre --user azure-nspkg pip install --pre --user azure-multiapi-storage pip install azure-cli
C:\Users\vSai>pip install --pre --user azure-multiapi-storage Collecting azure-multiapi-storage Could not fetch URL https://pypi.python.org/simple/azure-multiapi-storage/: There was a problem confirming the ssl certificate: unknown error (_ssl.c:3566) - skipping Could not find a version that satisfies the requirement azure-multiapi-storage (from versions: ) No matching distribution found for azure-multiapi-storage
The error has
There was a problem confirming the ssl certificate: unknown error (_ssl.c:3566) - skipping
which indicates an SSL issue on the machine. Also, it looks like you’re on Windows. We have a Windows MSI https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest