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.
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.