我试图通过selenium登录网站(我是新的),我收到以下错误:
SELECT Region, sum(Value)
FROM table2
GROUP BY Region
;
我的geckodriver.log
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status: 2
我的Python代码:
1528902746472 geckodriver INFO geckodriver 0.19.1
1528902746524 geckodriver INFO Listening on 127.0.0.1:55108
1528902748429 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "--headless" "-profile" "/tmp/rust_mozprofile.ZWTWUTIgFCiP"
/usr/bin/firefox: 1: /usr/bin/firefox: ELF¸l40ó4: not found
/usr/bin/firefox: 4: /usr/bin/firefox: Syntax error: word unexpected
很抱歉,但我已经在网上搜索了最后2小时来解决问题,现在我真的很困惑:/
我曾尝试安装Firefox(对于我的32位linux机器,但它没有解决问题) 也许我做错了什么