【发布时间】:2021-11-13 21:47:17
【问题描述】:
在导入 torch (import torch) 时,我遇到以下错误消息:
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\myUserName\anaconda3\lib\site-packages\torch\lib\jitbackend_test.dll" or one of its dependencies.
我尝试了this article 的建议,但没有成功。
有什么解决办法吗?
我的环境:
- NVIDIA GeForce GTX 1650
- Windows 11
- 库达 11.5
- 康达 4.10.3
- Python 3.8.5
- 火炬 1.10
- 已安装 Microsoft Visual C++ Redistributable (https://aka.ms/vs/17/release/vc_redist.x64.exe)
【问题讨论】:
-
我非常、非常、非常怀疑 CUDA 11.5 是否适合您所拥有的任何 Pytorch 版本,但这可能不是您唯一的问题
标签: python pytorch conda windows-11