Hello, I'm new to Meltano. I have installed Meltan...
# getting-started
l
Hello, I'm new to Meltano. I have installed Meltano but got the following error when doing the next steps. Could anyone please help me out? Thank you.
e
Hi @linh_nguyen! Your system seems to be missing a sqlite3 system dependency that meltano requires for the default db for local development. Can you try installing
sqlite-devel
or
libsqlite3-dev
?
l
I've installed it but it still didn't work
message has been deleted
e
It seems like your python distribution was built without that stdlib module for some reason. A couple options: 1. Re-download python, re-create your virtual env and your meltano project 2. Use a different database, like a local postgres instance and point
MELTANO_DATABASE_URI
to it