python ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
pip 安装python 包遇到如下问题,可能只是配置的镜像源不可以用了,可以多试几个镜像源,之前一直用的清华或者官方的,就是不行。弄得怀疑人生。国内的其他镜像源清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/阿里云http://mirrors.aliyun.com/pypi/simple/中国科技大学https://pypi.mirrors.ustc.
·
pip 安装python 包遇到如下问题,可能只是配置的镜像源不可以用了,可以多试几个镜像源,之前一直用的清华或者官方的,就是不行。弄得怀疑人生。
pip install openpyxl -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn
国内的其他镜像源
- 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
- 阿里云 http://mirrors.aliyun.com/pypi/simple/
- 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
- 豆瓣(douban) http://pypi.douban.com/simple/
- 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
多试几个,多试几个镜像源
更多推荐
已为社区贡献2条内容
所有评论(0)