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
标签:full,amd64,win,module,syntax,path,find From: https://www.cnblogs.com/FishSmallWorld/p/17522422.html