gpt4 book ai didi

python - Numpy 导入错误 "ImportError: Something is wrong with the numpy installation."

转载 作者:行者123 更新时间:2023-12-04 16:40:51 24 4
gpt4 key购买 nike

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.

我试图卸载并安装,但也许我错过了一些东西

最佳答案

尝试sudo pip uninstall numpy重复直到清除所有 numpy 版本。
如果您使用 python3,请将 pip 替换为 pip3。

如果这也不起作用,看来 python 正在寻找 numpy 包而不是 numpy 安装。遵循 bash 中错误处理程序的建议并卸载 numpy 不会消除错误,因为 python 仍然可以看到已卸载的包。
如果某些其他应用程序需要这些版本的 numpy,暂时,只需将它们移动到 Python 无法找到的桌面上即可。这应该可以解决错误。

使用 python3 时,您可能需要使用 'pip3 install numpy'。

希望这可以帮助。

关于python - Numpy 导入错误 "ImportError: Something is wrong with the numpy installation.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61026822/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com