我已经尝试过类似的命令
pip install pygame
要么
pip install 'Pygame == 1.9.1release' --allow-external Pygame --allow- unverified Pygame
在其他主题中建议使用,但类似,但它们似乎不适用于我.请帮帮我.
解决方法:
我是在Ubuntu上完成的,它对Python 3.4很有用:
根据this guide in the docs,我运行了一个命令,该命令显然将pip和setuptools升级到了最新版本,但它是以超级用户身份进行的.最终可能并非完全必要:
sudo pip install -U pip setuptools
然后,我也以超级用户身份运行了Pygame的安装命令:
须藤点安装pygame