while initialising project, it gives errorCreating...
# troubleshooting
a
while initialising project, it gives errorCreating system database... No module named '_sqlite3'
a
Hello @avinash! What OS are you on, and what installation method did you use to install Meltano? Can you also share the output from running this command which will verify if SQLite is installed and its version:
Copy code
python3 -c 'import sqlite3; print(sqlite3.version, sqlite3.sqlite_version)'
a
Thanks. Resolved now, it was python issue.