Chromdriver Install error: File “C:\python37\lib\site-packages\selenium\webdriver\common\service.py”, line 76, in start stdin=PIPE) File…

When selenium is importing, chromdriver install error:

File “C:\python37\lib\site-packages\selenium\webdriver\common\service.py”, line 76, in start stdin=PIPE) File “C:\python37\lib\subprocess.py”, line 756, in init restore_signals, start_new_session) File “C:\python37\lib\subprocess.py”, line...

 

Reason: There is a problem in Installation path, put chromdriver.exe to python installation path, put it to C:\python37\Scripts

Read More: