I\'ve got python 3.7.0 installed on ubuntu 18.04 using pyenv and I\'m trying to install pygame using pip. My procedure is:-
sudo apt-get build-dep python-pyg
Update: Pygame 1.9.4 has been released and you can download and install it with pip again.
There are no official precompiled pygame packages for Python 3.7 available yet, so you have to use Python 3.6 until the new packages are released.
Windows users can already download and install a pygame wheel file from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame.