Open alr3x opened 5 months ago
You must have had outdated PIP which did not have a dependency resolver :)
You can go around it, by upgrading it: pip install --upgrade pip
and then by reinstalling pytesseact with correct dependencies pip uninstall pytesseract pip install pytesseract
This at least solved one issue for me.
[05/17 11:08:56] ERROR | You need to install pytesseract (the wrapper: pip install pytesseract) in order to use OCR feature.
but if I use this command, I get the following in response:
and the bot stops working the next time it starts up. Arch Linux.