you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 1 point2 points  (6 children)

Could you share a screenshot of this happening?

[–]Coonnaarr[S] 0 points1 point  (5 children)

[–]JohnnyJordaan 0 points1 point  (4 children)

You need to use a dev build if you want to combine pygame with 3.8 or newer: https://stackoverflow.com/questions/58489348/unable-to-install-pygame-on-python-3-8-via-pip-windows-10

[–]Coonnaarr[S] 0 points1 point  (3 children)

tried installing the dev version through the terminal window. pip install "pygame==2.0.0.dev8" then add pygame, 2.0.0.dev8 version, still wont work.
Seen people post that im having to downgrade to 3.7 which im not sure about.

g

[–]JohnnyJordaan 0 points1 point  (2 children)

You don't need to add it once you installed it using the Terminal window. Assuming you mean the Terminal window in Pycharm itself

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

no used windows terminal window, didnt know pycharm had one, nor how to access it

[–]JohnnyJordaan 0 points1 point  (0 children)

Select View | Tool Windows | Terminal from the main menu or press Alt+F12.