0

I was trying to install virtual environment in python-django project. But, I am getting this error:

  Could not find a version that satisfies the requirement virtualenv (from versions: )
No matching distribution found for virtualenv

Please help. Thank you! The error:

Shruthi suresh
  • 115
  • 1
  • 2
  • 9

1 Answers1

0

First of all make sure your internet connection is working fine and try

pip install virtualenvwrapper-win
then
pip install virtualenv

jeevu94
  • 477
  • 4
  • 16