TooBeautiful 发表于 2020-8-6 14:06:18

求助安装pygame大神帮忙

安装pygame出错,pip安装没有问题,这个要怎么做才可以,解决,谢谢大神帮忙
javascript:;

xiaosi4081 发表于 2020-8-6 14:06:51

pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple

zltzlt 发表于 2020-8-6 14:06:53

本帖最后由 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。

陈尚涵 发表于 2020-8-6 16:23:52

在这个路径里新建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了

陈尚涵 发表于 2020-8-6 16:24:31

如果帮到你了,请设置最佳答案

陈尚涵 发表于 2020-8-7 19:51:03

zltzlt 发表于 2020-8-6 14:06
这是因为 pip 的安装速度太慢了,执行下面的命令即可提速:




哇哦,你买了“豪的象征”?真有钱{:10_257:}

zltzlt 发表于 2020-8-7 19:51:33

陈尚涵 发表于 2020-8-7 19:51
哇哦,你买了“豪的象征”?真有钱

{:10_256:}

陈尚涵 发表于 2020-8-7 19:52:48

zltzlt 发表于 2020-8-7 19:51


你来鱼C多久了,富成这样{:5_94:}
页: [1]
查看完整版本: 求助安装pygame大神帮忙