安装pygame失败。。。
来源:2-1 pygame入门
邓邓邓邓邓9427356
2020-03-29 15:11:41
1回答
好帮手慕觉浅
2020-03-30
同学你好:可以试试在终端中安装,首先找到 Terminal ,如下图①;再在终端中输入"pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple"命令,如下图②所示:
后面的网站是清华源的镜像,我们也可以用其他镜像网站,例如:
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
如果解决了你的疑惑,请采纳,祝学习愉快~
相似问题