Describe the bug
I get the following error when executing python3 lichess-bot.py
Traceback (most recent call last):
File "/Users/steve.john/Git/UsefulRepos/lichess-bot/lichess-bot.py", line 2, in <module>
from lib.lichess_bot import start_program
File "/Users/steve.john/Git/UsefulRepos/lichess-bot/lib/lichess_bot.py", line 3, in <module>
import chess
ModuleNotFoundError: No module named 'chess'
To Reproduce
Steps to reproduce the behavior:
Clone the repo.
Enter the repo folder and type `python3 lichess-bot.py;
Expected behavior
Not get this error.
Logs
None
Desktop (please complete the following information):
Describe the bug I get the following error when executing
python3 lichess-bot.py
To Reproduce Steps to reproduce the behavior:
Expected behavior Not get this error.
Logs None
Desktop (please complete the following information):
Additional context No other context.