Hello, I've been having issues with my meltano set...
# troubleshooting
s
Hello, I've been having issues with my meltano setup; I created a new venv, and then ran the following commands:
pip3 install meltano
meltano install
meltano install is giving me an error that an airflow file does not exist. Has anyone seen this issue before? The error message:
[Errno 2] No such file or directory: '/home/stephane/Documents/projects/meltano-projects/meltano/.meltano/files/airflow/venv/bin/python'
p
hey @Stéphane Burwash - can you share your
meltano.yml
? Have you tried re-installing airflow again, did the same problem persist? You can try reinstalling using
meltano install files airflow --clean
s
Thanks for the quick answer @pat_nadolny I think it was an issue with my .meltano file; I deleted it and it solved the issue so...yay?
p
@Stéphane Burwash Nice! Glad you got it figured out. Definitely submit an issue if it keeps happening though