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

第一章、异常问题

 

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

 

此图像的alt属性为空;文件名为3-4.png

 

此图像的alt属性为空;文件名为5-1.png

 

第二章、异常信息

 

        异常信息: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就成功了,如下所示。

 

此图像的alt属性为空;文件名为7.png

 

 

此图像的alt属性为空;文件名为1-9.png

你可能感兴趣的:(#,PyCharm异常管理)