Microsoft-Rewards-Farmer icon indicating copy to clipboard operation
Microsoft-Rewards-Farmer copied to clipboard

undetected_chromedriver not found even after installation

Open inverspe opened this issue 2 years ago • 7 comments

it keeps saying that even though I installed it manually

inverspe avatar Oct 09 '23 11:10 inverspe

Screenshot 2023-10-09 200727

inverspe avatar Oct 09 '23 12:10 inverspe

www

inverspe avatar Oct 09 '23 12:10 inverspe

you problem isnt the the undetected driver, it is distutils, try installing it.

I am just using the pycharm IDE, with it is working fine.

2fersen avatar Oct 10 '23 09:10 2fersen

you problem isnt the the undetected driver, it is distutils, try installing it.

I am just using the pycharm IDE, with it is working fine.

wwwwasd

When I try installing disutils it outputs this

inverspe avatar Oct 11 '23 07:10 inverspe

you problem isnt the the undetected driver, it is distutils, try installing it.

I am just using the pycharm IDE, with it is working fine. wwwwasd

and when I install aiohttp it outputs this

inverspe avatar Oct 11 '23 07:10 inverspe

If you are using Python 3.12, you may encounter issues due to the removal of the setuptools module, which was previously included by default. To resolve this, run pip install setuptools. This should fix your problem.

Pfefan avatar Oct 23 '23 11:10 Pfefan

Yes this should fix your issue

samueldmaus avatar Nov 09 '23 14:11 samueldmaus