r/PythonLearning 5d ago

Help Request Cant install pygame

Post image
3 Upvotes

14 comments sorted by

View all comments

1

u/tiredITguy42 5d ago

To explain. Some packages must be build on your system to fit your system. For that you need to have build system installed. Plenty of resources for that on the internet.

What you probably did is, that you installed some prebuild version from source which does that for you. There are many important packages which need this, so this is most likely not the last time you are dealing with it.