PyCharm异常管理(三)安装numpy发生错误:ERROR:Could not find a version that satisfies the requirement numpy (from ...

第一章、异常问题

      本文的python版本是python3.8.2版本,然后安装numpy包过程中,出现以下问题:

PyCharm异常管理(三)安装numpy发生错误:ERROR:Could not find a version that satisfies the requirement numpy (from ..._第1张图片 PyCharm异常管理(三)安装numpy发生错误:ERROR:Could not find a version that satisfies the requirement numpy (from ..._第2张图片

第二章、异常信息

        异常信息:ERROR:Could not find a version that satisfies the requirement numpy (from versions:none)

第三章、异常原因

        python3.8.2版本过高,找不到匹配的numpy包。

第四章、异常解决

  • 方法1——更新pip。
  • 方法2——降低python版本。我安装了python3.7.4,然后在线安装numpy就成功了,如下所示。
PyCharm异常管理(三)安装numpy发生错误:ERROR:Could not find a version that satisfies the requirement numpy (from ..._第3张图片 PyCharm异常管理(三)安装numpy发生错误:ERROR:Could not find a version that satisfies the requirement numpy (from ..._第4张图片

你可能感兴趣的:(python,深度学习,人工智能,java,大数据)