我想安裝Selenium,並遇到這些錯誤。我看了一些Git中心修復,但沒有任何幫助。有沒有人認識到這個問題,並有任何想法如何解決它?Selenium無法安裝,因爲錯誤
Jasons-MBP:~ jasonmcgriff$ pip install selenium
Collecting selenium
Downloading selenium-2.48.0-py2-none-any.whl (872kB)
100% |████████████████████████████████| 872kB 421kB/s
Installing collected packages: selenium
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/basecommand.py", line 211, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/commands/install.py", line 311, in run
root=options.root_path,
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 646, in install
**kwargs
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 803, in install
self.move_wheel_files(self.source_dir, root=root)
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 998, in move_wheel_files
isolated=self.isolated,
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/wheel.py", line 339, in move_wheel_files
clobber(source, lib_dir, True)
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/wheel.py", line 310, in clobber
ensure_dir(destdir)
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/utils/__init__.py", line 71, in ensure_dir
os.makedirs(path)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os. py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site- packages/selenium'enter code here
'權限被拒絕',這很明顯:您無法訪問'pip'的安裝位置。嘗試運行狀態較高的'pip'('sudo'模式)。例如:'sudo pip install selenium' – usandfriends
謝謝你的幫助。它正在工作。 –
這不是一個編程問題......這是Selenium安裝的支持問題。 – JeffC