daboross / screeps-starter-python

Starter Python AI for screeps, the JavaScript MMO game
MIT License
159 stars 62 forks source link

build failed under Windows using conda #21

Closed ForsetiSss closed 5 years ago

ForsetiSss commented 5 years ago

(screeps) C:\Users\Forseti>cd screeps-starter-python-master

(screeps) C:\Users\Forseti\screeps-starter-python-master>python build.py Traceback (most recent call last): File "build.py", line 334, in main() File "build.py", line 322, in main config = load_config(base_dir) File "build.py", line 133, in load_config with open(os.path.join(base_dir, config_file)) as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Forseti\scr eeps-starter-python-master\config.json'

ForsetiSss commented 5 years ago

the solution is mentioned in the gitbook