You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/drghulammustafa/Documents/python projects/google-books-downloader-master/gbd.py", line 6, in
from seleniumwire import webdriver
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/webdriver.py", line 28, in
from seleniumwire import backend, utils
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/backend.py", line 4, in
from seleniumwire.server import MitmProxy
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/server.py", line 5, in
from seleniumwire.handler import InterceptRequestHandler
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/handler.py", line 5, in
from seleniumwire import har
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/har.py", line 11, in
from seleniumwire.thirdparty.mitmproxy import connections
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/connections.py", line 10, in
from seleniumwire.thirdparty.mitmproxy.net import tls, tcp
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/net/tls.py", line 15, in
import seleniumwire.thirdparty.mitmproxy.options
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/options.py", line 5, in
from seleniumwire.thirdparty.mitmproxy import optmanager
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/optmanager.py", line 9, in
import blinker._saferef
ModuleNotFoundError: No module named 'blinker._saferef'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/drghulammustafa/Documents/python projects/google-books-downloader-master/gbd.py", line 6, in
from seleniumwire import webdriver
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/webdriver.py", line 28, in
from seleniumwire import backend, utils
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/backend.py", line 4, in
from seleniumwire.server import MitmProxy
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/server.py", line 5, in
from seleniumwire.handler import InterceptRequestHandler
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/handler.py", line 5, in
from seleniumwire import har
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/har.py", line 11, in
from seleniumwire.thirdparty.mitmproxy import connections
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/connections.py", line 10, in
from seleniumwire.thirdparty.mitmproxy.net import tls, tcp
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/net/tls.py", line 15, in
import seleniumwire.thirdparty.mitmproxy.options
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/options.py", line 5, in
from seleniumwire.thirdparty.mitmproxy import optmanager
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seleniumwire/thirdparty/mitmproxy/optmanager.py", line 9, in
import blinker._saferef
ModuleNotFoundError: No module named 'blinker._saferef'
The text was updated successfully, but these errors were encountered: