求助安装pygame大神帮忙
安装pygame出错,pip安装没有问题,这个要怎么做才可以,解决,谢谢大神帮忙javascript:; pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple 本帖最后由 zltzlt 于 2020-8-6 14:13 编辑
这是因为 pip 的安装速度太慢了,执行下面的命令即可提速:
pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple
如果想一劳永逸,请参考 https://fishc.com.cn/thread-143635-1-1.html。 在这个路径里新建pip文件夹:C:\Users\Administrator\AppData\Roaming(我的用户名就是Administrator,这个自行改正)
里面新建pip.ini文件,里面这么写:
timeout = 6000
index-url = http://pypi.douban.com/simple/
use-mirrors = true
mirrors = http://pypi.douban.com/simple/
trusted-host = pypi.douban.com
然后再输入你的指令就OK了 如果帮到你了,请设置最佳答案 zltzlt 发表于 2020-8-6 14:06
这是因为 pip 的安装速度太慢了,执行下面的命令即可提速:
哇哦,你买了“豪的象征”?真有钱{:10_257:} 陈尚涵 发表于 2020-8-7 19:51
哇哦,你买了“豪的象征”?真有钱
{:10_256:} zltzlt 发表于 2020-8-7 19:51
你来鱼C多久了,富成这样{:5_94:}
页:
[1]