Search code examples
pythonseleniumwebdriver-manager

ModuleNotFoundError: No module named 'webdriver_manager' coming up even after trying everything


I was following the tutorial from here and it still says ModuleNotFoundError: No module named 'webdriver_manager', even after installing webdrivermanager in multiple ways, already recommended in other posts on stackoverflow. I tried pip install webdriver-manager, pip install webdriver_manager and pip install webdrivermanager, yet nothing seems to work.

Edit: It seems to work on my Laptop, so I think It could be a wrong install of the libary... any suggestions on what I should do?


Solution

  • I ended up reinstalling Python completely, and now it works, but still thanks for all the help!