Python安装Numpy异常信息解析与解决方案
文章目录
前言
安装Python Numpy包出现异常问题
Consider adding this directory to PATH or, if you prefer to suppress this warning, use –no-warn-script-location.
一、包源
使用默认的包源出现超时异常,改用清华包源

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
二、安装完成异常
安装完成之后,出现异常信息。

将对应路径添加到PATH环境变量中即可

作者:拥有必珍惜