我正在尝试安装Python软件包,特别是numpy和networkx,在运行Gallium的笔记本电脑上使用PyCharm,我一直得到:
IOError: [Errno 20] Not a directory: '/tmp/pip-build-xMS1YA/numpy/doc/f2py/oldnews.html'
不是目录的路径因我正在做的而异。我通过PyCharm IDE尝试了这一点,并通过命令行运行类似命令,例如sudo pip install numpy
。
我确实看到this question,这是类似的,但原始海报重新安装了OS作为解决方案,我宁愿不这样做。我使用these instructions安装了PyCharm:
sudo add-apt-repository ppa:mystic-mirage/pycharm
sudo apt-get update
sudo apt-get install pycharm
与我上面提到的SO问题一样,我尝试过:
pip install headers_workaround
pip install spacy
但是我也得到了spacy的“不是目录”错误。
答案 0 :(得分:1)
当另一个人reinstalled their OS时,我想唯一真正重要的是重新安装pip。
重新安装点子的说明可以是found here。假设此问题与(您的版本)pip运行get-pip.py
中的错误有关,应该解决问题。