Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Unable to install: FileNotFoundError: [Errno 2] No such file or directory: '' #10684
Comments
You should avoid installing things with sudo, if you are doing that you may inadvertently affect system packages (or brew packages) which will screw up thing in hard to revert ways. Prefer the use
from the traceback:
You can clearly see that IPython is not involved, al the errors are coming from pip (that takes a it of use reading tracebacks). So I would suggest upgrading pip. And checking individual packages:
To figure out which one is failing. Though I strongly feel this is due from (mis)-using sudo. |
vitaly-zdanevich
commented
Jun 30, 2017
|
Ok, thank you for answer, I
|
|
I'm afraid I don't know enough of the pip internals to know what's going on. I would try something aggressive like:
And also ask on pip bug tracker. But you having to sudo-chmod with homebrew is a really bad sign that something is wrong with your system. I would likely run a |
vitaly-zdanevich commentedJun 29, 2017
macOS