After formatting a Redhat server (Amazon-flavored Linux) and reinstalling python, selenium, pyvirtualdisplay, Xvfb, Chrome and Chromedriver, I've encountered an error:
selenium.common.exceptions.WebDriverException: Message: Service /usr/bin/chromedriver unexpectedly exited. Status code was: 127
This error occurs upon initializing the browser / driver with:
driver = webdriver.Chrome(executable_path="/usr/bin/chromedriver")
I'm using Richard Lloyd's Chrome and Chromedriver 2.9. I believe this issue stems from dependency issues with Chromedriver.
Any help would be greatly appreciated. Been struggling with this for a little while now.