python - Keep getting some permission denied error -


i keep getting permission denied error, that?

every time when trying install anything, same permission denied error message in python, in nltk tool

error: not create '/usr/local/lib/python2.7/dist-packages/nameparser': permission denied ---------------------------------------- cleaning up... command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip_build_vandana/nameparser/setup.py';exec(compile(getatt‌​r(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-4rd7ge-record/install-record.txt --single-version-externally-managed --compile failed error code 1 in /tmp/pip_build_vandana/nameparser storing debug log failure in /home/vandana/.pip/pip.log

you doing python setup.py install something or pip install something , trying install global python package location, user not have access. need use virtual environments.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -