Predicting-Pro-Chess-Moves
Predicting-Pro-Chess-Moves copied to clipboard
ImportError: No module named chess
Traceback (most recent call last):
File "deploy.py", line 6, in <module>
import chess
ImportError: No module named chess
Stuck trying to get this to run.
What version of python is this expecting?
Python3 I think
Have you tried to pip install the chess module?