eqasim-org / sao_paulo

An open synthetic population of Sao Paulo Metropolitan region for agent-based transport simulation
GNU General Public License v2.0
14 stars 4 forks source link

Config file does not exist: config.yml #7

Closed lubaso closed 1 year ago

lubaso commented 3 years ago

Trying to run the pipeline, I got this issue:

(sao_paulo) Lucass-MacBook-Pro:resources lucaslbs$ open . (sao_paulo) Lucass-MacBook-Pro:resources lucaslbs$ python3 -m synpp Traceback (most recent call last): File "/Users/lucaslbs/opt/anaconda3/envs/sao_paulo/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/Users/lucaslbs/opt/anaconda3/envs/sao_paulo/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Users/lucaslbs/opt/anaconda3/envs/sao_paulo/lib/python3.7/site-packages/synpp/__main__.py", line 12, in <module> raise synpp.PipelineError("Config file does not exist: %s" % config_path) synpp.general.PipelineError: Config file does not exist: config.yml

Any thoughts on how to solve that?

balacmi commented 3 years ago

Are you running the pipeline from the directory where the config.yml file is located? I can see that the file is in the root of the repository.