aprikyan / google-books-downloader

An open-source utility to scrape Google Books
MIT License
65 stars 14 forks source link

ImportError: cannot import name 'EdgeOptions' from 'selenium.webdriver' #17

Open howff opened 1 year ago

howff commented 1 year ago

After installing the required dependencies: python gbd.py gives the error:

Traceback (most recent call last):
  File "google-books-downloader\gbd.py", line 6, in <modu
le>
    from seleniumwire import webdriver
  File "Python310\site-packages\seleniumwire
\webdriver.py", line 23, in <module>
    from selenium.webdriver import EdgeOptions
ImportError: cannot import name 'EdgeOptions' from 'selenium.webdriver' (Python310\site-packages\selenium\webdriver\__init__
.py)
Antitrack commented 1 year ago

Same here:

$ python3 gbd.py Traceback (most recent call last): File "gbd.py", line 6, in from seleniumwire import webdriver File "/home/att/.local/lib/python3.6/site-packages/seleniumwire/webdriver.py", line 23, in from selenium.webdriver import EdgeOptions ImportError: cannot import name 'EdgeOptions'

SrGeneroso commented 9 months ago

The same for me, using WSL

duffy6 commented 6 months ago

Same here

ur817320 commented 2 months ago

Did anyone find a resolution?