pip install pygame on ubuntu 18.04 using pyenv/python 3.7

后端 未结 1 1862
青春惊慌失措
青春惊慌失措 2020-12-06 15:15

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         


        
相关标签:
1条回答
  • 2020-12-06 15:35

    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.

    0 讨论(0)
提交回复
热议问题