Python Forum

Full Version: Want to add 'pgzero' library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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