You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
国内使用
pip install <package_name>
时可能会遇到网络问题安装失败的情况, 可以设置 pip 使用清华大学的 PyPi 镜像站。以下内容来自镜像站页面:
pypi 镜像使用帮助
pypi 镜像每 5 分钟同步一次。
临时使用
注意,
simple
不能少, 是https
而不是http
设为默认
升级 pip 到最新的版本 (>=10.0.0) 后进行配置:
pip install pip -U pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
如果您到 pip 默认源的网络连接较差,临时使用本镜像站来升级 pip:
镜像站地址: https://mirror.tuna.tsinghua.edu.cn/help/pypi/
The text was updated successfully, but these errors were encountered: