Python Forum
Can't get pygame to install
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get pygame to install
#8
Thanks for your help guys,I think I've managed to install pygame, as I getthis output from the terminal.
Output:
PS C:\Users\djwil\Documents\python\learning python> pip install pygame Requirement already satisfied: pygame in c:\users\djwil\appdata\local\programs\python\python38\lib\site-packages (2.0.0) WARNING: You are using pip version 20.2.1; however, version 20.3.1 is available. You should consider upgrading via the 'c:\users\djwil\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip' command. PS C:\Users\djwil\Documents\python\learning python>
However when I run this code again I still get this error:

Error:
File "c:\Users\djwil\Documents\python\python crash course\Projects\Alien invasion\alien_invasion.py", line 3, in <module> import pygame #contains functionality to make a game ModuleNotFoundError: No module named 'pygame' PS C:\Users\djwil\Documents\python\learning python>
I'm not sure why its telling me it can't find the module when its previously showed that its been downloaded.
Reply


Messages In This Thread
Can't get pygame to install - by djwilson0495 - Dec-03-2020, 11:11 AM
RE: Can't get pygame to install - by Larz60+ - Dec-03-2020, 04:00 PM
RE: Can't get pygame to install - by djwilson0495 - Dec-03-2020, 04:31 PM
RE: Can't get pygame to install - by Larz60+ - Dec-03-2020, 04:34 PM
RE: Can't get pygame to install - by djwilson0495 - Dec-03-2020, 05:02 PM
RE: Can't get pygame to install - by MK_CodingSpace - Dec-03-2020, 06:53 PM
RE: Can't get pygame to install - by Larz60+ - Dec-03-2020, 08:22 PM
RE: Can't get pygame to install - by djwilson0495 - Dec-04-2020, 12:18 PM
RE: Can't get pygame to install - by Larz60+ - Dec-04-2020, 07:16 PM
RE: Can't get pygame to install - by metulburr - Dec-06-2020, 12:53 AM
RE: Can't get pygame to install - by JellyCreeper6 - Dec-07-2020, 02:56 AM
RE: Can't get pygame to install - by djwilson0495 - Dec-07-2020, 10:23 AM
RE: Can't get pygame to install - by metulburr - Dec-07-2020, 12:37 PM
RE: Can't get pygame to install - by djwilson0495 - Dec-07-2020, 01:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install pygame (but it seems to already be installed) garthE 1 1,887 Apr-15-2025, 05:02 PM
Last Post: jassonadder
  Cannot install and use pygame zero garthE 7 3,408 Sep-24-2024, 11:56 AM
Last Post: garthE
  Trying to install pygame Mac OS x high sierra giladal 2 3,875 Oct-18-2020, 09:27 PM
Last Post: nilamo
  Error to install pygame skp 1 4,365 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  PIP cannot install Pygame Amaly84 6 14,357 Sep-04-2019, 07:59 PM
Last Post: Amaly84
  pip install pygame choking on SDL dependency sneakyimp 20 18,104 Jan-23-2019, 12:36 PM
Last Post: metulburr
  pip can't install pygame SheeppOSU 1 10,467 Dec-08-2018, 08:20 PM
Last Post: snippsat
  How to install Pygame chappie 2 4,388 Dec-06-2017, 10:47 PM
Last Post: chappie
  How to begin coding for game making [Install pygame on mac] mattkrebs 2 6,365 Apr-02-2017, 10:57 AM
Last Post: machrider
  [split] permission error on pygame install pyteach 7 10,262 Jan-23-2017, 11:00 PM
Last Post: pyteach

Forum Jump:

User Panel Messages

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