coskundeniz / ad_clicker

Google Ads clicker
https://coskundeniz.github.io/ad_clicker/
GNU General Public License v3.0
161 stars 62 forks source link

distutils package and Python 3.12 #43

Closed WilliamScarpim closed 6 months ago

WilliamScarpim commented 6 months ago

The problem might be that the distutils package has been removed from the standard library in Python 3.12

coskundeniz commented 6 months ago

Caused by undetected_chromedriver package. You can use with version 3.9 to 3.11. Thank you.