由于pip是连接的国外的网站进行包的下载,所以有的时候会速度很慢。
我们可以通过如下命令,让其连接国内的网站进行包的安装:
pip install pygame -i https://pypi.douban.com/simple/
pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple
由于pip是连接的国外的网站进行包的下载,所以有的时候会速度很慢。
我们可以通过如下命令,让其连接国内的网站进行包的安装:
pip install pygame -i https://pypi.douban.com/simple/
pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple
评论 (0)