Predicting-Pro-Chess-Moves icon indicating copy to clipboard operation
Predicting-Pro-Chess-Moves copied to clipboard

ImportError: No module named chess

Open t1merickson opened this issue 4 years ago • 2 comments

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?

t1merickson avatar Dec 13 '20 17:12 t1merickson

Python3 I think

DanBrown47 avatar Dec 20 '20 17:12 DanBrown47

Have you tried to pip install the chess module?

antocapo avatar Mar 05 '23 12:03 antocapo