'Permission denied' error when using pip install in virtualenv

后端 未结 2 1580
鱼传尺愫
鱼传尺愫 2021-02-07 11:15

Edit: FIXED!

Just had to chown the .cache directory

I\'ve tried the virtualenvwrapper docs instructions, I\'ve tried this guy\'s instructions as well as these...

2条回答
  •  不要未来只要你来
    2021-02-07 11:54

    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.

提交回复
热议问题