I am trying to import pytorch but I get an error that module does not exist. I installed via anaconda, and the folder "pytorch-0.1.12-py35_2cu80" exist in anaconda3/pkgs folder. why does it not recognize that it is there? should I rename this folder?
-Rik
/home/rik/anaconda3/bin/python /home/rik/PycharmProjects/self_driving_car/self_driving.py
Traceback (most recent call last):
File "/home/rik/PycharmProjects/self_driving_car/self_driving.py", line 18, in <module>
import pytorch
ImportError: No module named 'pytorch'
Process finished with exit code 1