hi, im new with meltano and am trying to make my f...
# troubleshooting
g
hi, im new with meltano and am trying to make my first project. im running it through a venv but keep getting this error when i create a new project
s
I don't have a real answer for you, but I can tell you what I do in this case: 1. Delete you .meltano file (
ex: sudo rm -r .meltano/
2. Rerun meltano install This removes the issue for me.
b
There is an open issue for it here https://gitlab.com/meltano/meltano/-/issues/3390. I am partial the the following work around:
Copy code
meltano init new_project
cd new_project
mkdir .meltano
meltano install