我正在使用python2.7和os x 10.10.3
每次我想导入numpy或scipy时,都会收到此错误:
>>> import numpy as np
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named numpy
但是当我在/ usr / bin中打开python时,我可以成功导入这些模块。一旦我离开这个目录,我就会收到这个错误。
PS:我发现在/ usr / bin中,有python2.7和python2.6,但我使用命令“python2.7”来启动python。
答案 0 :(得分:0)
我也有os 10.10.3,并且有包位:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy
我建议您尝试在
下查找“颠簸”文件夹/System/Library/Frameworks/Python.framework/Versions/2.7
如果您没有,请考虑使用macports手动安装软件包
sudo port install py27-numpy py27-scipy py27-matplotlib py27-ipython + notebook py27-pandas py27-sympy py27-nose