How Can I Successfully Install Pygame Into Python3 On Mac? I Tried A Lot Of Syntaxes To Download Pygame In Python3. But None Of Them Worked
I had successfully installed pygame in python2 using pip on Mac. But I was unable to install pygame in python3. After entering the following commands: $ brew install hg sol sdl_ima
Solution 1:
You need to use pip just enter
python3 -m pip install pygame
Here is a link that can be helpful
http://medium.com/@louiscouture/tl-dr-pip-bcddaca44540 You basically used the wrong syntax for pip.
Post a Comment for "How Can I Successfully Install Pygame Into Python3 On Mac? I Tried A Lot Of Syntaxes To Download Pygame In Python3. But None Of Them Worked"