undetected_chromedriver not found even after installation
it keeps saying that even though I installed it manually
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.
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.
When I try installing disutils it outputs this
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.
and when I install aiohttp it outputs this
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.
Yes this should fix your issue