前言
安装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环境变量中即可
总结
到此这篇关于python安装numpy出现异常信息简单解决办法的文章就介绍到这了,更多相关python安装numpy异常内容请搜索代码网以前的文章或继续浏览下面的相关文章希望大家以后多多支持代码网!
发表评论