[Distutils] Re: Installing Python Modules

2020-05-13 Thread J Light
the error message says: “ In file included from src_c/pygame.h:32: src_c/_pygame.h:216:10: fatal error: 'SDL.h' file not found #include ^~~ 1 error generated. --- For help with compilation see: https://www.pygame.org/wiki/MacCompile” have you checked

[Distutils] Re: Installing Python Modules

2020-05-12 Thread Thory Coquillo
Awesome, thanks! I did do that prior to receiving your email. However, I'm still getting an error message from python. First it's telling me about wheel that wasn't properly installed. Then I run the same code but with wheel, and it says installed successfully. And I run the code again with

[Distutils] Re: Installing Python Modules

2020-05-09 Thread Mariatta
If you have Python 3.8 and wants it to be installed to the Python 3.8 environment, do: python3.8 -m pip install pygame I also recommend installing it to a virtual environment like venv. Hope this helps. On Sat, May 9, 2020, 4:20 AM Thory Coquillo wrote: > Hello, > > I'm using the current