No matching distribution found for virtuanenv
See original GitHub issue- Pip version: pip 9.0.1 from /Library/Python/2.7/site-packages (python 2.7)
- Python version: python 2.7
- Operating system: MacOS Sierra 10.12
Description:
I tried to upgrade virtualenv with pip, but it just can’t find any distribution.
What I’ve run:
pip install --upgrade virtuanenv
Collecting virtuanenv
Could not find a version that satisfies the requirement virtuanenv (from versions: )
No matching distribution found for virtuanenv
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
No matching distribution for virtualenv - python - Stack Overflow
I fixed the issue after upgrading the pip and then installing virtual env. pip: upgrade pip using below command: pip install --upgrade pip....
Read more >Could not find version that satisfies requirement virtualenv
Installing virtualenv using a Python version that is not ... (from versions: ) ERROR: No matching distribution found for virtualenv.
Read more >pip install virtualenv==1.7.1.2 - PyPI
Virtualenv will still download these packages if no satisfactory local distributions are found. If you are really concerned about virtualenv fetching these ...
Read more >No matching distribution found for pkg-resources==0.0.0
This issue occurs only while using a virtual environment, specifically the virtualenv module of Python. When someone used pip freeze > requirements.txt to...
Read more >Cannot create a virtual enviroment with Python 3.8.10 on ...
You can install python3 virtual environment with below command sudo apt install python3-virtualenv. Later you can create the virtual ...
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
Thank you for your help @pradyunsg
I upgraded my pip and now it is working fine.
Hello all, I have the same issue and can resolved the issue with python2.7, pip2.7 as below: python2.7 get-pip.py pip2.7 install virtualenv
–> Installing collected packages: virtualenv Successfully installed virtualenv-16.0.0