DLL load failed while importing
2023-09-18 本文已影响0人
汲之郎
今天写了一段代码,运行时提示错误
Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模块。
百度了一下说是环境变量的问题,或者需要重新安装numpy。
环境变量确信都设置正确,那只能试一下重装numpy。
conda uninstall numpy
pip install numpy
暂时回复正常