I am using a Windows 10 Machine and after re-installing Anaconda and all of the packages I had previously, including torchvision, torch and necessary dependencies, I am still getting this error:
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\XXX\Anaconda3\envs\XXX\lib\site-packages\torch\lib\caffe2.dll" or one of its dependencies.
I am using python 3.7.9 and:
- torchaudio=0.6.0=py37
- torchvision=0.7.0=py37_cpu
- tornado=6.0.4=py37he774522_1
- traitlets=5.0.5=py_0
I've looked into it quite a bit but feel like this should be an easy solve...
I do not have CUDA and have used this: conda install pytorch torchvision torchaudio cpuonly -c pytorch
as per instructed on the official website of pytorch