pygame installing
I am trying to upgrade pip to 19.1, however, nothing seems to work. This is what it shows up as when I tried it:
Requirement already satisfied: pygame in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (1.9.6)
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
JerryGaodeiMac:~ jerrygao$ pip install
-bash: pip: command not found
I don't know how to fix it, could someone help me?
JosephCooper4
I'm trying to get a game i'm working on/ with prog hero how can i get to this site? P.S.keep me signed/logged in.
a5rocks
You can also use "python -m pip install -U pip"
Is there a reason you need to upgrade pip? If there is, you can post a suggestion in the feedback board.
Also, try
pip3 install
instead ofpip install
, that might work.Please mark my comment as the answer if it helped you. Thanks!
@mat1 I want to get pygame to work, and it said i have to upgrade to the latest version, or I can't use pygame
@jerrygao1 Can you please post a link to your repl? Thanks.
@mat1 https://repl.it/@jerrygao1/RPG, it isn't completely finished. To be honest, it's barely started, but then, this is all the work...so far.