Seleniumが突然使えなくなり再度インストールしようとするとエラーがでる
Seleniumが突然使えなくなりました
再度pipを使いインストールしようとすると以下のようなエラーがでます
同じような事例の方,もしくは解決法を知っているかたがいらっしゃいましたらご教授いただければ幸いです.
Collecting selenium
Using cached https://files.pythonhosted.org/packages/5e/1f/6c2204b9ae14eddab615c5e2ee4956c65ed533e0a9986c23eabd801ae849/selenium-3.11.0-py2.py3-none-any.whl
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: selenium
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/selenium'
Consider using the `--user` option or check the permissions.