`Meltano: V2.7.1` `OS: Amazon Linux 2` `Python: Py...
# troubleshooting
p
Meltano: V2.7.1
OS: Amazon Linux 2
Python: Python 3.7.10
Hi All, I am trying to init project by following the documentation. While initializing, I am getting the following error. My sqlite3 version was 3.7 and later I upgrade it to 3.39 and still I am facing this error. Please help me. OperationalError: (sqlite3.OperationalError) near "job_id": syntax error [SQL: ALTER TABLE job RENAME job_id TO job_name]
c
👋 This is likely related to this sqlite3 compatibility issue. On Amazon Linux 2, the simple upgrade path for sqlite3 may not actually result in python using the latest sqlite version. Could you share the output of:
Copy code
python -c "import sqlite3; print(sqlite3.version)"
in the environment where you're running meltano?
p
Thanks for your response. I will get back to you shortly
I couldnt use this command as the EC2 instance was terminated. But I fixed this with postgres. Thanks again.