pip/easy_install failure: failed to create process

Matt picture Matt · Jun 28, 2013 · Viewed 54.2k times · Source

After following this article: How do I install pip on Windows? on my Windows system using Enthought Canopy 64 Bit system, I cannot get pip or easy_install to work due to error:

pip install requests
failed to create process

I tried re-installing setuptools, running cmd prompt as admin without any effect.

Answer

410 gone picture 410 gone · Jul 10, 2013

When I encountered this, it was because I'd manually renamed the directory python was in. This meant that both setuptools and pip had to be reinstalled. Or, I had to manually rename the python directory to what it had been previously.