Issues with importing and using PyTorch on Windows

Hi all! I’ve been trying to get ESRGAN to work, but it’s been fruitless so far. I received an error saying the detected driver for my 1050TI was outdated despite having the latest one. After some research, I found a post that recommended downgrading to PyTorch 1.4. Since then, I’ve been getting this error:

\AppData\Roaming\Python\Python38\site-packages\torch_init_.py", line 97, in

from torch._C import *

ImportError: DLL load failed while importing _C: The specified module could not be found.

I’ve uninstalled 1.4 and reinstalled 1.6. I’ve removed everything and reinstalled everything. I’ve removed everything and installed Anaconda in order to start over. None of that has resulted in a change.

I’m grateful for any suggestions.

Thanks!