在anaconda环境中导入pytorch,显示找不到指定的模块。
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Zwx_7.conda\envs\pytorch\Lib\site-packages\torch\__init__.py", line 148, in <module>
raise err
OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\Users\Zwx_7.conda\envs\pytorch\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
删除环境,重新安装,然后在导包,还是报错。