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
I'm trying to run Auto-GTAP on my computer, specifically the productivity-increase-simple example, but can't get it to work. Following the instructions in the readme, I:
cloned the current version of the project (latest commit is 6d7ba90)
set working directory to examples\productivity-increase-simple
ran Main.py
The script raises an error upon running:
Traceback (most recent call last):
File "C:/Users/robir/PycharmProjects/Auto-GTAP/Main.py", line 5, in <module>
config = Ag.CreateConfig("config.yaml")
File "C:\Users\robir\PycharmProjects\Auto-GTAP\src\AutoGTAP\CreateConfig\CreateConfig.py", line 14, in __init__
with open(yaml_file_location, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'config.yaml'
Process finished with exit code 1
(I see there is a file called config.yaml in examples\productivity-increase-simple; not sure if this is the config file that is not being found?)
I'm trying to run Auto-GTAP on my computer, specifically the productivity-increase-simple example, but can't get it to work. Following the instructions in the readme, I:
6d7ba90)examples\productivity-increase-simpleMain.pyThe script raises an error upon running:
(I see there is a file called
config.yamlinexamples\productivity-increase-simple; not sure if this is the config file that is not being found?)