When I try to pip install
any package I'm getting this error:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/usr/local/lib/python2.7/dist-packages/numpy'
Consider using the `--user` option or check the permissions.
When I try to sudo pip install
anything I'm getting the following error.
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
farzand@farzand-linux:~$