I tried to run lichess bot using python 3.11 but I got an error like the below one.
(venv) C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master>python3 lichess-bot.py
Traceback (most recent call last):
File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\lichess-bot.py", line 5, in
import engine_wrapper
File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\engine_wrapper.py", line 16, in
import lichess
File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\lichess.py", line 6, in
import backoff
ModuleNotFoundError: No module named 'backoff'
I tried to run lichess bot using python 3.11 but I got an error like the below one.
(venv) C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master>python3 lichess-bot.py Traceback (most recent call last): File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\lichess-bot.py", line 5, in
import engine_wrapper
File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\engine_wrapper.py", line 16, in
import lichess
File "C:\Users\pererach\Downloads\lichess-bot-master\lichess-bot-master\lichess.py", line 6, in
import backoff
ModuleNotFoundError: No module named 'backoff'