Home > other >  Python3 installed pip3, but always can't install pygame in python3. Terminal error code is as f
Python3 installed pip3, but always can't install pygame in python3. Terminal error code is as f

Time:09-30

ZhaobindeMacBook - Air: ~ zhaobin $pip3 - version
PIP 19.1.1 the from/usr/local/lib/python3.7/site - packages/PIP (python 3.7)
ZhaobindeMacBook - Air: ~ zhaobin $PIP - version
PIP 19.2.1 from/usr/local/lib/python2.7/site - packages/PIP - 19.2.1 - py2.7. An egg/PIP (python 2.7)
ZhaobindeMacBook - Air: ~ zhaobin $pip3 install - user hg+http://bitbucket.org/pygame/pygame
Collecting hg+http://bitbucket.org/pygame/pygame
Cloning hg http://bitbucket.org/pygame/pygame to/private/var/folders/kt/q5t1dj912nq7mxkbyqnv7vyc0000gn/T/PIP - the req - build - f5r2ouff
Running the command hg clone http://bitbucket.org/pygame/pygame - noupdate - q/private/var/folders/kt/q5t1dj912nq7mxkbyqnv7vyc0000gn/T/PIP - the req - build - f5r2ouff

An error is as follows:
Running the command hg update - q
Building wheels for collected packages: pygame
Building wheel for pygame (setup. Py)... The error

Running the setup. Py clean for pygame
Failed to build pygame
Installing collected packages: pygame
Running the setup. Py install for pygame... error

CodePudding user response:

Seems to be not, estimation is where does not support, to see if the official specification, is itself does not support 3 version,
  • Related