pygame装不了是怎么回事?
来源:2-1 pygame入门
幽之冥
2019-12-16 21:12:02
2回答
时间,
2019-12-17
同学,你好。同学可以使用python -m pip install --upgrade pip升级pip后切换国内源下载。
例:pip install pygame -i xxxxxxxxxxxxxxxxxxx
清华: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/
如果我的回答解决了您的疑惑,请采纳!祝学习愉快~~~~
Frank_OwO
2019-12-16
换成国内源试试
pip3 install -i pip http://mirrors.aliyun.com/pypi/simple/ pygame
相似问题