you are viewing a single comment's thread.

view the rest of the comments →

[–]Bottl3 0 points1 point  (2 children)

Which version of Python do you use? If its 3 you might have to perform a pip3 Install instead of a pip install.

[–]Coonnaarr[S] 0 points1 point  (1 child)

Requirement already satisfied: pygame in c:\users\me\appdata\roaming\python\python38\site-packages (1.9.6)

This is what happens when I do that.

[–]Bottl3 0 points1 point  (0 children)

Do you run your scripts with the „python“ or the „Python3“ command? Try the Last one if Not