【发布时间】:2020-04-04 10:37:09
【问题描述】:
Traceback (most recent call last):
File "extract_C3D_feature.py", line 7, in <module>
import numpy as np
File "/usr/local/lib/python2.7/dist-packages/numpy/__init__.py", line 142, in <module>
from . import core
File "/usr/local/lib/python2.7/dist-packages/numpy/core/__init__.py", line 91, in <module>
raise ImportError(msg.format(path))
ImportError: Something is wrong with the numpy installation. While importing we detected an older version of numpy in ['/usr/local/lib/python2.7/dist-packages/numpy']. One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.
我尝试卸载和安装,但可能我遗漏了一些东西
【问题讨论】:
标签: python numpy numpy-ndarray