Can you help me debug on why I am not recieving an error regarding config.yaml
#1
by
GoudaCouda
- opened
Here is the error.
mergekit\mergekit\scripts\run_yaml.py", line 41, in main
with open(config_file, "r", encoding="utf-8") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'config.yaml'
I dont really know what Im doing so assume im a noob.Im in CLI.
You don't have the config.yaml file in the directory where you execute the code. You can check it with ls and create or move config.yaml there.