numpy version creating issue. python 2.7 already installed

安稳与你 提交于 2019-12-11 17:18:21

问题


Getting few "package missing" errors while installing ipython on High Sierra.

matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.


回答1:


I just met the same problem. It's a issue about numpy preinstall in Python has a version number issue(required >=1.5, but found 1.8.0rc1).

Try running brew install python2 to upgrade your python which may solve this issue.




回答2:


Simple solution provided by The Matplotlib development team:

https://matplotlib.org/faq/installing_faq.html#which-python-for-osx



来源:https://stackoverflow.com/questions/49638201/numpy-version-creating-issue-python-2-7-already-installed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!