小编mag*_*e_b的帖子

Matplotlib:鼻子,龙卷风

因为我正试图在我的mac上安装jupyter,所以我升级了我的点子.它向我展示了一切都很好,但后来我注意到了这一点:

    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.
Run Code Online (Sandbox Code Playgroud)

这是什么意思?即使我没有numphy> = 1.5,我的matplotlib也能正常工作吗?

我尝试修复它像建议matplotlib 1.3.1有要求numpy> = 1.5,但你会有numpy 1.8.0rc1这是不兼容但它不起作用:

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 …
Run Code Online (Sandbox Code Playgroud)

python pip matplotlib jupyter

49
推荐指数
3
解决办法
5万
查看次数

标签 统计

jupyter ×1

matplotlib ×1

pip ×1

python ×1