You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: