0
点赞
收藏
分享

微信扫一扫

pip install过慢或直接断连解决方法

互联网码农 2022-01-20 阅读 59
python

使用阿里云镜像网站安装

$ pip install x -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

将x改成你想安装的包即可

举报

相关推荐

0 条评论