Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot find module 'torch'
#1
I am getting the error message in my python program.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-5-2940563e030c> in <module>
----> 1 import torch
2 # Check GPU Device
3 if IN_COLAB:
4 print(torch.cuda.get_device_name(0))

ModuleNotFoundError: No module named 'torch'
I have installed pytorch 1.6.0 and torchvision 0.7.0 and I have python 3.7.6.

The original code can be seen in the error message.

My operating system is Windows 10 Professional.

Yet, I am still getting this error.

How do I fix this?

Any help appreciated. Thanks in advance.
Respectfully,

ErnestTBass
Reply


Messages In This Thread
Cannot find module 'torch' - by ErnestTBass - Oct-12-2020, 04:45 PM
RE: Cannot find module 'torch' - by bowlofred - Oct-12-2020, 05:35 PM
RE: Cannot find module 'torch' - by Larz60+ - Oct-12-2020, 09:44 PM
RE: Cannot find module 'torch' - by ErnestTBass - Oct-12-2020, 10:58 PM
RE: Cannot find module 'torch' - by bowlofred - Oct-12-2020, 11:19 PM
RE: Cannot find module 'torch' - by ErnestTBass - Oct-13-2020, 01:15 PM
RE: Cannot find module 'torch' - by ErnestTBass - Oct-13-2020, 05:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pip lists the module but python does not find it Dato 2 1,319 Apr-13-2023, 06:40 AM
Last Post: Dato
  unable to find module in su mode? korenron 2 1,951 Jan-10-2021, 07:41 PM
Last Post: Gribouillis
  how to find module in installed packages keuninkske 3 3,253 May-09-2020, 10:21 PM
Last Post: keuninkske
  Unable to find an existing module arbiel 2 5,001 Apr-11-2020, 07:12 PM
Last Post: arbiel
  Pycharm Cannot Find Pygame Module Myang123 2 6,016 Aug-07-2019, 01:26 AM
Last Post: Myang123
  How to find functions or methods in a module? deepakdeshp 8 4,296 May-23-2019, 09:36 AM
Last Post: DeaD_EyE
  Python can't find module installed in anaconda iFunKtion 12 54,684 Mar-06-2019, 05:15 PM
Last Post: jwsmallz
  [split] can't find '__main__' module Blue Dog 1 9,516 Oct-18-2016, 12:23 AM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020