importError: numpy.core.multiarray Failed to import
Traceback (most recent call last):
file “”,line 1,in <module>
file “/usr/lib/pymodules/python2.7/cv.py”,in <module>
from cv2.cv import *
importError: numpy.core.multiarray Failed to import
所以我在Ubuntu上安装numpy使用:
apt-get install python-numpy
所以,当我导入numpy时,我得到:
Traceback (most recent call last):
file “”,in <module>
file “numpy/init.py”,line 127,in <module>
raise importError(msg)
importError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree,and @R_720_4404@
your python intepreter from there.
我真的需要帮助.我在Ubuntu上使用Python 2.7.3.
解决方法 最好使用像pip这样的包管理工具来安装numpy.例如,
pip install numpy总结
以上是内存溢出为你收集整理的python – Numpy和OpenCV全部内容,希望文章能够帮你解决python – Numpy和OpenCV所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)