完整报错长这样:

C:\Users\pc-01>pip install numpy
Looking in indexes: https://pypi.douban.com/simple
Collecting numpyERROR: Could not find a version that satisfies the requirement numpy (from versions: none)
ERROR: No matching distribution found for numpy

可能是豆瓣镜像的问题,换源,问题解决

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

ERROR: No matching distribution found for numpy相关推荐

  1. Mac下安装virtualenvwrapper提示ERROR: No matching distribution found for pbr

    报错代码: WARNING: The directory '/Users/mac/Library/Caches/pip' or its parent directory is not owned or ...

  2. 安装LabelMe出现ERROR: No matching distribution found for labelme解决方式(关闭网络代理+使用清华源)

    1.安装指令 pip install labelme -i https://pypi.tuna.tsinghua.edu.cn/simple/ 2.安装细节 3.反思 经常使用pip安装包,总出现ER ...

  3. ERROR: No matching distribution found for xxx

    python pip install 报错 ERROR: Could not find a version that satisfies the requirement requests (from ...

  4. Error: No matching distribution found for swig

    环境实在Windows下,安装swig: pip install swig 发现报错: ERROR: Could not find a version that satisfies the requi ...

  5. ERROR: No matching distribution found for pandas

    利用pip下载pandas时报错: ERROR: Could not find a version that satisfies the requirement pandas (from versio ...

  6. ERROR: No matching distribution found for torch==1.2.0 解决方法

    一.环境 系统环境:Windows10 Python版本:Python3.6.0 IDE:Pycharm.Spyder 二.问题 今天用 pip 安装torch,安装方式如下: pip install ...

  7. ERROR: No matching distribution found for onnxsim

    用torch导出的模型有时候参数过多,不利于查看.查找资料onnxsim可以简化模型,让显示更加自然. 如,reshap层的导出,红框中细节参数被显示出现.默认导出: pip install onnx ...

  8. 关于 pip install mysqlclent安装失败 ERROR: No matching distribution found for mysqlclient 的解决方案

    安装MySQL时运行终端下面命令 sudo apt-get install mysql-server apt-get install mysql-client sudo apt-get install ...

  9. ERROR: No matching distribution found for mysqlclient==2.0.3

    查看官方网站 https://pypi.org/project/mysqlclient/ 原因 :缺少依赖 Linux 请注意,这是一个基本步骤.我不能支持所有环境的完整构建步骤.如果你看到一些错误, ...

最新文章

  1. latex文档基础知识
  2. Java获取各种常用时间方法
  3. C++namespace命名空间
  4. 微信自动抢红包软件被判赔475万
  5. python中字典类型中的item是什么-Python中的字典介绍
  6. python 条形图 负值_Python处理JSON数据并生成条形图
  7. 分解原理_葛兰维均线的数学拟合原理--傅立叶函数的分解的应用
  8. editor修改样式 vue_vue修改富文本中的元素样式
  9. 第2章 神经网络的数学基础
  10. 【肌电信号】基于matlab GUI肌电信号处理【含Matlab源码 966期】
  11. 使用S32DS集成MCAL
  12. lg android tv 手机助手,LG电视安装第三方APP教程 仅针对安卓电视
  13. 中小型园区网络的设计与实现 (三)
  14. MySQL中xtrabackup备份恢复全攻略(r12笔记第11天)
  15. PKU2069 Super Star 点集最小外接球
  16. 阿里宣布组织大变动:集团迎来首位 80 后 CTO、张勇亲自挂帅阿里云!
  17. python利用ElementTree读写xml
  18. 08 Confluent_Kafka权威指南 第八章:跨集群数据镜像
  19. .NET的资源并不限于.resx文件(二)
  20. C# 同步工作站与SQL服务器的时间

热门文章

  1. mysql 传递数组_将数组传递给MySQL存储例程
  2. ora 27102 linux,ORA-27102: out of memory Linux-x86_64 Error: 12: Cannot allocate memory
  3. python 安装第三方库/包(命令/详细注释),如安装pyinstaller库
  4. python 保存文件 吃内存_python检测空间储存剩余大小和指定文件夹内存占用的实例...
  5. nvidia的jetson系列的方案_NVIDIAJetson系统在工业网络中的集成
  6. python的常量和变量_python中的常量和变量代码详解
  7. Ground Defense 模拟
  8. 算法导论 练习12.3
  9. pytorch损失函数(正在更新中,勿点进来看)
  10. Python自动化测试的学习笔记