安装pygame报错,解决办法 Command errored out with exit status 255: hg clone --noupdate -q https://bitbucket.o

报错:

ERROR: Command errored out with exit status 255: hg clone --noupdate -q https://bitbucket.org/pygame/pygame /private/var/folders/jt/s0hr2mwx2f91p9xjm0r09vqr0000gn/T/pip-req-build-17brj_kp Check the logs for full command output.

context:

学习《Python 编程:从入门到实践》,学到第十二章开始实例实践的时候,需要安装 Pygame 环境,按照书中的方法一直报错,无法正常安装。

解决办法:

不要用书上的方法:
pip3 install --user hg+https://bitbucket.org/pygame/pygame

直接使用

pip3 install pygame

安装成功 我真厉害

你可能感兴趣的:(python,python,pygame)