chess-alpha-zero icon indicating copy to clipboard operation
chess-alpha-zero copied to clipboard

Problem in running run.py

Open Eisenhower123 opened this issue 8 years ago • 1 comments

After running the command: python3.6 run.py self I get the following error: `└──╼ $python3.6 run.py self Traceback (most recent call last): File "run.py", line 17, in from chess_zero import manager ModuleNotFoundError: No module named 'chess_zero'

Does anybody know how to fix this? Thanks

Eisenhower123 avatar Dec 15 '17 03:12 Eisenhower123

You have to go up at least one directory, so the chess_zero folder is in the working directory of run.py.

Akababa avatar Dec 15 '17 17:12 Akababa