安装python的过程中出现错误:
ERROR: Could not find a version that satisfies the requirement flake8 (from versions: none)
ERROR: No matching distribution found for flake8

ERROR: Could not find a version that satisfies the requirement yapf (from versions: none)
ERROR: No matching distribution found for yapf

解决方案:

pip install flake8 -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
pip install yapf -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com

原因:
干脆不使用https://pypi.python.org网站了,我们用一个镜像网站,那边是:

http://pypi.doubanio.com/simple/

ERROR: Could not find a version that satisfies the requirement flake8 (from versions: none) ERROR: N相关推荐

  1. ERROR: Could not find a version that satisfies the requirement absl (from versions: none) ERROR: No

    pip install absl 安装absl库时遇到问题 ERROR: Could not find a version that satisfies the requirement absl (f ...

  2. ERROR: Could not find a version that satisfies the requirement trusted-host (from versions: none) ER

    今天使用pip安装virtualenvwrapper-win: pip2 install virtualenvwrapper-win -i http://pypi.douban.com/simple ...

  3. 成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR

    成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR ...

  4. ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none) ERRO

    ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none) ERRO ...

  5. ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)解决方案

      大家好,我是爱编程的喵喵.双985硕士毕业,现担任全栈工程师一职,热衷于将数据思维应用到工作与生活中.从事机器学习以及相关的前后端开发工作.曾在阿里云.科大讯飞.CCF等比赛获得多次Top名次.现 ...

  6. ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)

    PIL库是是一个具有强大图像处理能力的第三方库. 到python3版本已经用Pillow代替PIL了. 所以pip install Pillow引入的命令方式也从:import image变为:fro ...

  7. python ERROR: Could not find a version that satisfies the requirement requests (from versions: none)

    pip 安装python 包遇到如下问题,可能只是配置的镜像源不可以用了,可以多试几个镜像源,之前一直用的清华或者官方的,就是不行.弄得怀疑人生. pip install openpyxl -i ht ...

  8. ERROR: Could not find a version that satisfies the requirement BeautifulSoup (from versions: 3.2.0,

    重新安装BeautifulSoup库报错 解决办法: pip3 install BeautifulSoup4 或者pip3 install bs4

  9. 【错误记录】Python 安装依赖库报错 ( ERROR: Could not find a version that satisfies the requirement elftools )

    文章目录 一.报错信息 二.解决方案 一.报错信息 报错信息 : ERROR: Could not find a version that satisfies the requirement elft ...

最新文章

  1. 点击左侧导航栏切换右侧商品(左右联动)
  2. 智能制作,是我们改变时代的机会——阿里云视频云的理想与未来
  3. 2018 中国服务创新大会 | 早鸟票正式开售
  4. [html] android手机的微信H5弹出的软键盘挡住了文本框,如何解决?
  5. Linux下生成指定大小文件(命令+Java程序)
  6. 【快速入门Linux】2_Linux命令—基本使用
  7. 云免等候服务器响应,云服务器响应
  8. Zend Studio12.0配置Xdebug
  9. Python基础语法
  10. 音乐社交APP源码 V1.1
  11. uni-app 简介
  12. 汇编语言集成开发环境 RadASM 中文版 (修复object file not found报错)
  13. Springboot AOP接口防刷、防重复提交
  14. 给定一个 n X n 的矩阵,求它的转置矩阵
  15. Android Studio 模拟器打不开解决方法
  16. python基础知识相关习题
  17. 抖音,5.5亿!未来十年的流量入口,视频百科全书的梦,会成为现实吗?
  18. Google Analytics Service account 认证指南
  19. 解决问题:ubuntu双屏显示的时候,鼠标从左屏幕向右切在边界处会卡顿,需要快速移动鼠标冲过
  20. 【三维手臂手指活动动态仿真】基于MATLAB+python三维手臂动态仿真

热门文章

  1. 【全国省市县数据】JAVA导入到树结构表
  2. sadp 2011错误_2011年最危险的25个软件错误
  3. gnuplot 文件_如何使用gnuplot制作eps文件
  4. 在DX12中使用imgui 入门教程 立方体旋转+改变背景颜色
  5. PyQt5基础知识大全
  6. 企业数字化转型-- 企业数字化解密
  7. 如何通过通达信接口获取最近的分钟级别行情数据?
  8. 决策树模型预测宽带用户流失率
  9. zRender 曲线点击事件
  10. SpringBoot的properties的配置信息出现\u7684\u6570\u636e\u5e93\u914d\u7f6e