Web scraping with selenium works fine on my mac local machine but when I push to live Ubuntu server, I get the following error when I try to run The code is deployed on AWS ec2 instance Answer As stated by @gore in the comments installing chromium-chromedriver on ubuntu server worked for me On Ubuntu 20.04
Tag: webdrivermanager-python
ModuleNotFoundError: No module named ‘webdriver_manager’ error even after installing webdrivermanager
I’ve installed webdrivermanager on my windows-10 system Still whenever I am trying to use webdrivermanager I’m facing an error. Code Block: Console Output: Can someone help me, if I’m missing something? Incase it adds any value, I’m using sublimetext3 Answer Update (thanks to Vishal Kharde) The documentation now suggests: Solution: Install it like that: instead of pip install webdrivermanager. Requirements: