第三方库安装
为什么每次我想用pip安装库时,总是一大堆错误,还提示pip要更新,我这是Python3.7的呀! pip版本和python的版本无关 本帖最后由 Hello. 于 2020-6-13 17:20 编辑使用国内镜像
pip install ? -i https://pypi.tuna.tsinghua.edu.cn/simple 按这个帖子操作,一劳永逸,默认国内镜像
Python 小技巧 001 : 使 pip 安装速度变快一大截(仅适用于 Windows)
https://fishc.com.cn/thread-143635-1-1.html
(出处: 鱼C论坛)
pip install 名字 -i https://pypi.tuna.tsinghua.edu.cn/simple
页:
[1]