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
#9
try:
# Get version of python that is default
python -V 
# Get the version of pip that is default
pip -V

# list installed packages
pip list
please see if everything matches up, and that you see pygame.
I'm suspecting some sort of mismatch, each version of python has it's own pip.

you may have to use:
pip3 install pygame
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
  Trying to install pygame Mac OS x high sierra giladal 2 2,826 Oct-18-2020, 09:27 PM
Last Post: nilamo
  Error to install pygame skp 1 3,594 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  PIP cannot install Pygame Amaly84 6 10,178 Sep-04-2019, 07:59 PM
Last Post: Amaly84
  pip install pygame choking on SDL dependency sneakyimp 20 13,160 Jan-23-2019, 12:36 PM
Last Post: metulburr
  pip can't install pygame SheeppOSU 1 9,514 Dec-08-2018, 08:20 PM
Last Post: snippsat
  How to install Pygame chappie 2 3,486 Dec-06-2017, 10:47 PM
Last Post: chappie
  How to begin coding for game making [Install pygame on mac] mattkrebs 2 5,030 Apr-02-2017, 10:57 AM
Last Post: machrider
  [split] permission error on pygame install pyteach 7 8,371 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