Im trying to install selenium on python 3.6.
With command
pip install selenium
i got this error :
Using cached https://files.pythonhosted.org/packages/80/d6/4294f0b4bce4de0abf13e17190289f9d0613b0a44e5dd6a7f5ca98459853/selenium-3.141.0-py2.py3-none-any.whl Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (from selenium) (1.22) Installing collected packages: selenium Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/dist-packages/selenium-3.141.0.dist-info' Consider using the
--user
option or check the permissions.
I saw people getting similar mistakes, but the solutions did not help me. Thanks in advance.