0

I want to install PyTorch version 1.3.0, which can only be installed in python 3.7 or less. I have python 3.9. So I created a different venv that can run according to python 3.7 (How do I install a package for different Python versions in Anaconda?). After installing PyTorch 1.3.0 using the command conda install pytorch==1.3.0, When I try to access the library in my Python file it gives an error ModuleNotFoundError: No module named 'torch'

Mauj Mishra
  • 133
  • 1
  • 12

0 Answers0