lichess-bot-devs / lichess-bot

A bridge between Lichess bots and chess engines
GNU Affero General Public License v3.0
769 stars 449 forks source link

ModuleNotFoundError: No module named 'backoff' #652

Closed OhMGod-Dude closed 1 year ago

OhMGod-Dude commented 1 year ago

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'

AttackingOrDefending commented 1 year ago

Have you run pip install -r requirements.txt? You can see here the exact instructions to install lichess-bot.

MarkZH commented 1 year ago

If you still need help with this issue, please reopen.