Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Chrome Driver error #475

Description

@noahboa764717

I keep getting an error when running main.py. Although when I install the driver it says its already satisfied. this is the error:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/seleniumwire/undetected_chromedriver/webdriver.py", line 6, in
import undetected_chromedriver as uc
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/undetected_chromedriver/init.py", line 44, in
from .patcher import IS_POSIX
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/undetected_chromedriver/patcher.py", line 4, in
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Users/noah/Documents/Microsoft-Rewards-Farmer-master/main.py", line 9, in
from src import Browser, DailySet, Login, MorePromotions, PunchCards, Searches
File "/Users/noah/Documents/Microsoft-Rewards-Farmer-master/src/init.py", line 1, in
from .browser import Browser
File "/Users/noah/Documents/Microsoft-Rewards-Farmer-master/src/browser.py", line 9, in
import seleniumwire.undetected_chromedriver as webdriver
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/seleniumwire/undetected_chromedriver/init.py", line 1, in
from .webdriver import Chrome, ChromeOptions
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/seleniumwire/undetected_chromedriver/webdriver.py", line 8, in
raise ImportError(
'undetected_chromedriver not found. ' 'Install it with pip install undetected_chromedriver.'
) from e
ImportError: undetected_chromedriver not found. Install it with pip install undetected_chromedriver.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions