ai-to-ai / Auto-Gmail-Creator

Open Source Bulk Auto Gmail Creator Bot with Selenium & Seleniumwire ( Python ). Feel free to contact me with Django/Flask, ML, AI, GPT, Automation, Scraping.
https://gptlawyer.pro
481 stars 258 forks source link

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

Open waseemakbar7 opened 5 months ago

waseemakbar7 commented 5 months ago

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'