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!