Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in running run.py #27

Open
Eisenhower123 opened this issue Dec 15, 2017 · 1 comment
Open

Problem in running run.py #27

Eisenhower123 opened this issue Dec 15, 2017 · 1 comment

Comments

@Eisenhower123
Copy link

Eisenhower123 commented Dec 15, 2017

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

@Akababa
Copy link
Collaborator

Akababa commented Dec 15, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants