0

Im trying to run a pip install on a pip_requirements.txt (readthedocs local install) file in Cygwin within a virtualenv and am running into some issues.

Python version:Python 2.7.8

pip version: pip 6.0.8

virtualenv: 12.0.7

Here is the console output.

Whats odd is that it cannot find the directory and never creates the temp directory. This install works fine on linux, I am just running into issues on the windows box. Any help would be greatly appreciated!

tacotuesday
  • 125
  • 1
  • 5
  • 14

1 Answers1

0

Try the following command:

python -m pip install --upgrade --force pip
Tonechas
  • 13,398
  • 16
  • 46
  • 80