Python Forum
Pycharm Cannot Find Pygame Module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pycharm Cannot Find Pygame Module
#1
I am currently having issues in the Pycharm environment regarding a possible linkage issue with Pygame. Everytime I try to import Pygame the environment says that it cannot find a module named Pygame.

For full disclosure I have downloaded Pygame via pip (tested in idle and checks out to confirm due to no error message via the import pygame command)and is currently able to open Pygame window in the idle.

Can anyone please help and provide a possible solution if possible?

Below are the two lines of code I am trying to start Pygame with in Pycharm:

import sys

import pygame
Reply
#2
Make sure the python interpreter invoked with PyCharm is the one you installed pygame to via pip.
Recommended Tutorials:
Reply
#3
Ok thank you very much for your assistance!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pip lists the module but python does not find it Dato 2 1,271 Apr-13-2023, 06:40 AM
Last Post: Dato
  How do I get pygame module to work in Spyder? (Mac) FirstBornAlbratross 18 4,347 Dec-18-2022, 06:43 PM
Last Post: FirstBornAlbratross
  Module which run in PyCharm but not as exe or terminal. diegoctn 3 6,526 Jul-13-2021, 04:03 AM
Last Post: Harshith
  unable to find module in su mode? korenron 2 1,918 Jan-10-2021, 07:41 PM
Last Post: Gribouillis
  Cannot find module 'torch' ErnestTBass 6 3,618 Oct-13-2020, 05:33 PM
Last Post: ErnestTBass
  how to find module in installed packages keuninkske 3 3,195 May-09-2020, 10:21 PM
Last Post: keuninkske
  Unable to find an existing module arbiel 2 4,954 Apr-11-2020, 07:12 PM
Last Post: arbiel
  ModuleNotFoundError: No module named 'pygame' Cath 3 14,135 Oct-18-2019, 05:59 PM
Last Post: metulburr
  pycharm cannt find dlib which is installed kevinlee325 2 4,296 Oct-15-2019, 04:56 AM
Last Post: kevinlee325
  PyCharm can't find the interpreter veromi22 0 1,916 Oct-15-2019, 01:26 AM
Last Post: veromi22

Forum Jump:

User Panel Messages

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