shahzain345 / puppeteer-hcaptcha-solver

Solve hcaptcha with puppeteer.
21 stars 5 forks source link

No mudule named 'cv2' #2

Closed Itsredpro closed 2 years ago

Itsredpro commented 2 years ago

image Got this error while using the template given on the github page. I have python3 installed, using ubuntu 20.04.

shahzain345 commented 2 years ago

You need to install opencv-python to make this work, heres how you install it. pip install opencv-python, if you still get errors please run this pip install opencv-python scikit-image flask httpx requests pyyaml msvc-runtime, this command will install all the required python modules needed for this to work

Itsredpro commented 2 years ago

Thank you, that works. But it seems like lot of captcha's are unsolvable. Ran a few tests and none w:orked, it outputted that it were unsolvable captcha's when using the demo template. Am i doing something wrong?

Edit: If it doesn't fail instantly it just selects all images. There is defiantly not going well.

shahzain345 commented 2 years ago

yep ik, i am working on a fix.

Itsredpro commented 2 years ago

Thank you! I will be waiting for your fix.