'Permission denied' error when using pip install in virtualenv

梦想与她 提交于 2019-12-03 10:41:46

I think that if you do that pip install numpy --no-cache-dir it will work.

If you run pip --help you will find:

--no-cache-dir Disable the cache.

Hope that it can help to someone in the future.

you need to change the owner of directory of pip.

run chown -R <user>:<group> /home/aweeeezy/.cache/pip.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!