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

ERROR: ModuleNotFoundError: No module named 'pkg_resources' #44

Open
waseemakbar7 opened this issue Mar 31, 2024 · 0 comments
Open

ERROR: ModuleNotFoundError: No module named 'pkg_resources' #44

waseemakbar7 opened this issue Mar 31, 2024 · 0 comments

Comments

@waseemakbar7
Copy link

Traceback (most recent call last):
File "C:\user\Auto-Gmail-Creator\app.py", line 2, in
from seleniumwire import webdriver
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\webdriver.py", line 28, in
from seleniumwire import backend, utils
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\backend.py", line 4, in
from seleniumwire.server import MitmProxy
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\server.py", line 5, in
from seleniumwire.handler import InterceptRequestHandler
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\handler.py", line 5, in
from seleniumwire import har
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\har.py", line 11, in
from seleniumwire.thirdparty.mitmproxy import connections
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\thirdparty\mitmproxy\connections.py", line 10, in
from seleniumwire.thirdparty.mitmproxy.net import tls, tcp
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\thirdparty\mitmproxy\net\tls.py", line 17, in
from seleniumwire.thirdparty.mitmproxy.contrib.kaitaistruct import tls_client_hello
File "C:\Users\wasee\AppData\Local\Programs\Python\Python312\Lib\site-packages\seleniumwire\thirdparty\mitmproxy\contrib\kaitaistruct\tls_client_hello.py", line 10, in
from pkg_resources import parse_version
ModuleNotFoundError: No module named 'pkg_resources'

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