Python Forum
Want to add 'pgzero' library
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Want to add 'pgzero' library
#1
So I downloaded the latest version of python from www.python.org. When I went into command to add the pygame zero library, I got an error. So I uninstalled after I realized I forgot to add python to path. I re-installed adding python to path and attempted to add the library. Receiving this error:

pip is not an internal or external command.

I attempted to do this for my MAC yesterday, so I tried both pip and pip3 as that was the troubleshooting problem for a MAC. I could not get pygame zero to work on my MAC either.

Thanks
Reply
#2
(Feb-18-2019, 04:37 PM)Metgeneer Wrote: I re-installed adding python to path and attempted to add the library. Receiving this error:

pip is not an internal or external command.

try calling the argument -m pip to python
python -m pip install pygame
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

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