pytorch|找不到 fbgemm.dll 问题处理 引入pytorch 报错 Error loading\Lib\site-packages\torch\lib\fbgemm.dll\ or one of its dependences 问题解决 一、下载dll文件依赖分析工具Dependencies 缺少libomp140.x86_64.dll。解决方法:在https://www.dllme.com/dll/files/libomp140_x86_64#google_vignette 下载某一个版本的dll文件,放到C:\Windows\System32中。 建议重启IDE,问题解决