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.

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

github_iconTop GitHub Comments

1reaction
zkhodzhaevcommented, Apr 19, 2018

Thank you for your help @pradyunsg
I upgraded my pip and now it is working fine.

0reactions
tamhuynhce03commented, May 17, 2018

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

Read more comments on GitHub >

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

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