NoahCardoza / CaptchaHarvester

Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.

Home Page:https://pypi.org/project/captcha-harvester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue with installing captcha-harverster

Antonji-py opened this issue · comments

I cant install your module, got import error about "ImportError: cannot import name 'ThreadingHTTPServer'"

image

Which version of Python are you running it on?

3.6

Ah, apparently after a little digging it appears that ThreadingHTTPServer wasn't implemented until 3.7.

So you'll have to update Python to 3.7.