Pygame already installed; however, python terminal says “No module named ‘pygame’ ” (Ubuntu 20.04.1)

There isn’t a release build of pygame 1.9.6 for Python 3.8.2. Install a development version:

python3 -m pip install pygame==2.0.0.dev10

Leave a Comment