Forums

Pckage installation error

How do i resolve this error

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/txaio-18.8.1.dist-info' Consider using the --user option or check the permissions.

How do i resolve this error

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/txaio-18.8.1.dist-info' Consider using the --user option or check the permissions.

Here you go: http://help.pythonanywhere.com/pages/InstallingNewModules/

Try to work on your own virtual env. using workon myvirtualenv in your working directory. Then install what you want.

Could not find a version that satisfies the requirement socket==0.2.1

I do not see a package like that in PyPI