При установке Selenium используется следующая командная строка:
pip install -U selenium
Я получаю следующие предупреждения и ошибки:
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'src_root'
warnings.warn(msg)
warning: no files found matching 'docs/api/py/index.rst'
error: could not create '/Library/Python/2.7/site-packages/selenium': Permission denied
Есть предложения?