Skip to content
Advertisement

ModuleNotFoundError: No module named ‘webdriver_manager’ error even after installing webdrivermanager

I’ve installed webdrivermanager on my system

JavaScript

Still whenever I am trying to use webdrivermanager I’m facing an error.

  • Code Block:

    JavaScript
  • Console Output:

    JavaScript

Can someone help me, if I’m missing something?

Incase it adds any value, I’m using

Advertisement

Answer

Update (thanks to Vishal Kharde)

The documentation now suggests:

JavaScript

Solution:

Install it like that:

JavaScript

instead of pip install webdrivermanager.

Requirements:

The newest version, according to the documentation supports python 3.6 or newer versions:

enter image description here

Reference: https://pypi.org/project/webdriver-manager/

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement