【发布时间】:2018-04-08 13:26:58
【问题描述】:
因为我试图在我的 mac 上安装 jupyter,所以我升级了我的 pip。它告诉我一切都很好,但后来我注意到了这一点:
Requirement already up-to-date: pip in /Library/Python/2.7/site-packages/pip-10.0.0b2-py2.7.egg (10.0.0b2)
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.
这是什么意思?即使我没有 numphy>=1.5,我的 matplotlib 会正常工作吗?
我尝试按照matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible 的建议修复它,但它不起作用:
sudo -H pip install numphy
Password:
Requirement already satisfied: numphy in /Library/Python/2.7/site-packages (0.0.1)
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.
【问题讨论】:
-
@MrT 没用。有什么建议吗?
-
看到有人通过询问您到底需要做什么来完成您的工作,这很令人放松。尽管如此,知道您远离人们多年前面临的问题还是有点胡思乱想!
标签: python matplotlib pip jupyter