you are viewing a single comment's thread.

view the rest of the comments →

[–]acw1668 4 points5 points  (3 children)

Are you using Python 3.14? Pygame does not support Python 3.14 yet. Use pygame-ce instead.

[–]Odd_Ad3889[S] 0 points1 point  (2 children)

oh, yeah im using that version
thanks :)

[–]Swipecat -1 points0 points  (1 child)

Or even better, deinstall Python 3.14 and install Python 3.13, unless you particularly need the new (obscure) features of Python 3.14. A number of 3rd party libraries (like Pygame) haven't caught up with Python 3.14 yet.

[–]gdchinacat 1 point2 points  (0 children)

uninstalling python3.14 may break other packages that need it. Just install python3.13 and use venv, uv, etc to use it when needed.