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
edgar_ramirez_mondragon
02/09/2022, 4:34 AM
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
linh_nguyen
02/09/2022, 5:17 AM
I've installed it but it still didn't work
linh_nguyen
02/09/2022, 5:17 AM
message has been deleted
e
edgar_ramirez_mondragon
02/09/2022, 3:02 PM
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