Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot download pygame
#1
When I try, this message pops up

ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hm/0xxm_lpx1r3fpc9_5khmfstc0000gp/T/pip-install-788k0zhg/pygame/setup.py'"'"'; __file__='"'"'/private/var/folders/hm/0xxm_lpx1r3fpc9_5khmfstc0000gp/T/pip-install-788k0zhg/pygame/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/hm/0xxm_lpx1r3fpc9_5khmfstc0000gp/T/pip-record-ybt2ciis/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/pygame Check the logs for full command output.

Please help
Reply
#2
Are you using pip? pip install pygame
On Windows pip comes with the original Python install.
If you aren't an admin on the machine you might try pip install --user pygame
Reply
#3
I am using pip and I am an admin on my machine.
I am on a MacBook Pro.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  download with internet download manager coral_raha 0 2,880 Jul-18-2021, 03:11 PM
Last Post: coral_raha
  Pygame*import pygame ImportError: No module named pygame CASPERHANISCH 1 9,707 Jun-05-2017, 09:50 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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