美文网首页
pip 安装报错

pip 安装报错

作者: 景宝宝1号 | 来源:发表于2018-08-14 11:21 被阅读0次

pip install matplotlib 报错

信息为:

Could not install packages due to an EnvironmentError:

[Errno 13] Permission denied:

'/usr/local/lib/python2.7/dist-packages/pyparsing.pyc'

Consider using the `--user` option or check the permissions.

解决办法:

pip install --user  matplotlib

安装scipy库

pip install --user --index-url https://pypi.douban.com/simple scipy

相关文章

网友评论

      本文标题:pip 安装报错

      本文链接:https://www.haomeiwen.com/subject/ydoybftx.html