While importing torch (import torch
) I'm facing the following error message:
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.
I tried the suggestion from this article but without success.
Any ideas how to fix it?
My environment:
- NVIDIA GeForce GTX 1650
- Windows 11
- Cuda 11.5
- Conda 4.10.3
- Python 3.8.5
- Torch 1.10
- Microsoft Visual C++ Redistributable installed (https://aka.ms/vs/17/release/vc_redist.x64.exe)