ImportError: DLL load failed while importing _fblas:找不到指定模块

报错:ImportError: DLL load failed while importing _fblas: 找不到指定模块

在yolov7中用pyinstaller库打包代码完成后,运行报此错误:ImportError: DLL load failed while importing _fblas: 找不到指定模块。

解决方案:降低scipy库版本

在这里插入图片描述

pip install scipy=        

运行此命令查看版本号。此处我选1.8.0版本
在这里插入图片描述
重新打包,问题解决。

猜你喜欢

转载自blog.csdn.net/magicnnonn/article/details/128175018