Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'blinker._saferef' #21

Open
mustafadildar opened this issue Jan 8, 2025 · 0 comments
Open

ModuleNotFoundError: No module named 'blinker._saferef' #21

mustafadildar opened this issue Jan 8, 2025 · 0 comments

Comments

@mustafadildar
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant