outCaptcha
outCaptcha copied to clipboard
Problem with ffmpeg and chromium_executable/pyppeteer.util
I've got this message when I try to run the code. I'm stuck in this part and don't know how to pass through
Warning (from warnings module): File "C:\Users\Kyle\AppData\Local\Programs\Python\Python37\lib\site-packages\pydub-0.22.1-py3.7.egg\pydub\utils.py", line 165 warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work Traceback (most recent call last): File "C:\Users\Kyle\Desktop\nonoCAPTCHA-master\nonocaptcha\solver.py", line 18, in <module> from nonocaptcha.launcher import Launcher File "C:\Users\Kyle\AppData\Local\Programs\Python\Python37\lib\site-packages\nonocaptcha-1.9.0-py3.7.egg\nonocaptcha\launcher.py", line 25, in <module> from pyppeteer.util import check_chromium, chromium_executable ImportError: cannot import name 'chromium_executable' from 'pyppeteer.util' (C:\Users\Kyle\AppData\Local\Programs\Python\Python37\lib\site-packages\pyppeteer\util.py)