第一章、异常问题
本文的python版本是python3.8.2版本,然后安装numpy包过程中,出现以下问题:
第二章、异常信息
异常信息: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就成功了,如下所示。