次のコマンドラインを使用してセレンをインストールする場合:OS X上でセレンwebdriverをエラーをインストール
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
任意の提案ですか?
です。システムライブラリに書き込む権限がないようです。あなたは "sudo pip install -U selenium"を試してみませんか? – DSM
@ DSM:ビンゴ、それは働いた。ありがとう! – kylex