【转】python踩坑(FileNotFoundError: Could not find module '此处省略了一些路径win_amd64.dll' (or one of its dependencies). Try using the full path with constructor syntax.)

发布时间 2023-07-03 12:11:16作者: 尚方咸鱼

1、报错

(FileNotFoundError: Could not find module '此处省略了一些路径\site-packages\scipy\.libs\libbanded5x.GL5FZ7Y77HIKQFNMZKUOMV5GID6YMX2V.gfortran-win_amd64.dll' (or one of its dependencies). Try using the full path with constructor syntax.)

 

2、分析&解决

由于之前瞎搞包的版本,把环境里其他的包搞损坏了,所以这些包无法协同工作,重新更新一下全环境包就行。
更新全环境包:conda update --all

 

3、参考

https://blog.csdn.net/qq_42448606/article/details/122873905