0
点赞
收藏
分享

微信扫一扫

FileNotFoundError: Could not find module ‘...dll‘ (or one of its dependencies).

野见 2022-01-26 阅读 125

今天在workstation上运行python程序时报了如下这样一个错误:

我顺着目录去找后发现相关的dll文件的确是存在的。

目前来说最好的办法就是降低scipy的版本至1.6.2,即命令行执行

conda install scipy==1.6.2
举报

相关推荐

0 条评论