Sto tentando di eseguire questo script:PhantomJS con l'errore Selenio: Messaggio: eseguibile 'phantomjs' deve essere nel PATH
https://github.com/Chillee/coursera-dl-all
Tuttavia, lo script non riesce alla linea session = webdriver.PhantomJS()
con il seguente errore
Traceback (most recent call last):
File "dl_all.py", line 236, in <module>
session = webdriver.PhantomJS()
File "/home/shaan/.local/lib/python2.7/site-packages/selenium/webdriver/phantomjs/webdriver.py", line 51, in __init__
self.service.start()
File "/home/shaan/.local/lib/python2.7/site-packages/selenium/webdriver/common/service.py", line 69, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'phantomjs' executable needs to be in PATH.
Exception AttributeError: "'Service' object has no attribute 'process'" in <bound method Service.__del__ of <selenium.webdriver.phantomjs.service.Service object at 0x7f6f632864d0>> ignored
Come posso aggiungere phantomjs al mio PERCORSO? Sono in esecuzione Ubuntu 16.04 e installato selenio tramite npm install selenium
.
È installato phantomjs? –
Dovrebbe essere. C'è un modo in cui posso ricontrollare? – quantumbutterfly
Fai 'which phantomjs'. Se non è lì, spostalo in/usr/bin o in qualsiasi altro posto nel PERCORSO – pguardiario