(pip) 安装多种软件包
发布时间
阅读量:
阅读量
前言
在使用pip(或conda)进行安装包操作时,常常会遇到多种不同的问题。
镜像源集合
UCI : https://www.lfd.uci.edu/~gohlke/pythonlibs/
阿里云:https://mirrors.aliyun.com/pypi/simple/
SJTU:https://mirror.sjtu.edu.cn/
豆瓣:http://pypi.douban.com/simple
国内代理应用分析
在使用pip进行安装时出现错误提示:
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy')
- kaggle
pip install kaggle -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip安装wheel操作指南
安装方法概述
使用命令 `pip inst
全部评论 (0)
还没有任何评论哟~
