Python 升级scipy时,我发现在pip.log中存储了完整的日志

Python 升级scipy时,我发现在pip.log中存储了完整的日志,python,scipy,gensim,Python,Scipy,Gensim,我试图安装gensim for word2vec项目,但它在某一点上卡住了,如下所示: ---------------------------------------- Rolling back uninstall of scipy Command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__

我试图安装gensim for word2vec项目,但它在某一点上卡住了,如下所示:

----------------------------------------
  Rolling back uninstall of scipy
Command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/6t/wqrgwp2s5zv5tnyz3rh85mvh0000gn/T/pip-build/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/6t/wqrgwp2s5zv5tnyz3rh85mvh0000gn/T/pip-IDV4D9-record/install-record.txt --single-version-externally-managed failed with error code 1 in /var/folders/6t/wqrgwp2s5zv5tnyz3rh85mvh0000gn/T/pip-build/scipy
Storing complete log in /Users/Myname/.pip/pip.log
我做了一些研究,我意识到这是scipy的问题。我试图升级它(因为我很久以前就安装了),但它重复显示这个错误。我尝试了“sudo”并安装了libblas dev,但仍然显示了这个错误

   ----------------------------------------
  Rolling back uninstall of scipy
Command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/tmp/pip-build/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-7Z45Gz-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build/scipy
Storing complete log in /Users/MyName/.pip/pip.log
我想这本质上是同一个核心问题,我在这里呆了很长时间

有人能帮我吗?

你能把日志的(相关部分)贴出来吗?你能把日志的(相关部分)贴出来吗?