CMU-MultimodalSDK-Tutorials icon indicating copy to clipboard operation
CMU-MultimodalSDK-Tutorials copied to clipboard

ModuleNotFoundError: No module named 'torch'

Open NapoleonRSA opened this issue 5 years ago • 1 comments

I'm trying to run through the experiments but i'm unable to get past the part where torch is imported. I have Python: 3.7.4 installed. I'm currently running windows 10 on MacOs. I have installed pytorch with the following command -> conda install pytorch torchvision cpuonly -c pytorch. I get the following error running that segment. image

NapoleonRSA avatar Mar 02 '20 16:03 NapoleonRSA

  1. Can you import torch in the interactive mode of your python interpreter?
  2. If yes to 1), can you make sure that you are using your conda-installed python interpreter to run the notebook?

Justin1904 avatar Jun 27 '20 07:06 Justin1904