from . import multiarray ImportError: DLL load failed: 找不到指定的模块。

it2024-08-10  40

from . import multiarray ImportError: DLL load failed: 找不到指定的模块。

主要是numpy版本太老了,卸载了重新装,如果发现还是由这样的问题,大概率是因为conda里面还有一个老版本numpy,解决方法:卸载多次,直至卸载干净。

// An highlighted block pip uninstall numpy pip uninstall numpy
最新回复(0)