• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






张家欢。。

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年4月21日

python pip安装第三方工具包超时:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
摘要: 解决办法: 1、对于比较小的库,可以延时处理 pip --default-timeout=100 install -U pip pip --default-timeout=100 install 第三方库名2、更换安装源网上可以查找很多豆瓣源如https://pypi.tuna.tsinghua.e 阅读全文
posted @ 2020-04-21 15:15 张家欢。。 阅读(239) 评论(0) 推荐(0)
 
python的pip的使用语法
摘要: 报错: 正确写法: pip install --target=目标路径 工具包名字 pip install --target=c:\users\zhangjiahuan\anaconda3\lib\site-packages openpyxl 阅读全文
posted @ 2020-04-21 10:13 张家欢。。 阅读(625) 评论(0) 推荐(0)