pip 安装报错

2018-08-14  本文已影响0人  景宝宝1号

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

上一篇 下一篇

猜你喜欢

热点阅读