Python Forum
Install module with pip3 on a non root user - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Install module with pip3 on a non root user (/thread-26324.html)



Install module with pip3 on a non root user - matthewpintor2107 - Apr-28-2020

I am installing so many times in a server still encounter an error with the following message at the buttom:

PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/dist-packages/PyNaCl-1.3.0-py3.6.egg-info'

The --user is not working.

It worked on one of our test servers.

Please help.


RE: Install module with pip3 on a non root user - pyzyx3qwerty - Apr-28-2020

Please use proper code tags while posting the thread.