I just started having a problem installing any package with pip, regardless of the version.
In all cases, I get an error with a similar template :
ERROR: Command errored out with exit status 1: command: 'C:\Python27\python.exe' -c 'import sys, setuptools, tokenize; sys .argv[0] = '"'"'c:\\users\\me\\appdata\\local\\temp\\pip-req-build-n4skfi\\set up.py'"'"'; __file__='"'"'c:\\users\\me\\appdata\\local\\temp\\pip-req-build-n 4skfi\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f. read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file __, '"'"'exec'"'"'))' egg_info --egg-base 'c:\users\me\appdata\local\temp\pip- pip-egg-info-wywu7x' cwd: c:\users\me\appdata\local\temp\pip-req-build-n4skfi\ Complete output (3 lines): Traceback (most recent call last): File "<string>", line 1, in <module> IOError: [Errno 2] No such file or directory: 'c:\\users\\me\\appdata\\loc al\\temp\\pip-req-build-n4skfi\\setup.py' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check th e logs for full command output. What may be the cause of this problem?
Edit: There seems to be a problem with the script file pip-script. I just tried 'pip list' and got an error :
script file pip-script.py is not present On googling that, I found a number of sites, saying to use 'easy_install pip'. I tried that, but I get the same error.
script file pip-script.py is not present Is there another solution, and suggestions as to the cause(s)?
pip -v ...), maybe it will contain some useful info.