常见的国内 pip 代理源有以下几个:
阿里云 PyPI 镜像源:https://mirrors.aliyun.com/pypi/simple/ 清华大学 PyPI 镜像源:https://pypi.tuna.tsinghua.edu.cn/simple/ 豆瓣 PyPI 镜像源:https://pypi.doubanio.com/simple/ 网易 PyPI 镜像源:https://mirrors.163.com/pypi/simple/ 中科大 PyPI 镜像源:https://pypi.mirrors.ustc.edu.cn/simple/
这些代理源都可以通过修改 pip 的配...