...
Code Block |
---|
HOST vfx-license 0b6q56b81ba5 5053 ISV daselement port=55725 |
Database
Linux
Creating SQLite database failed
The process of creating a SQLite database fails and the following error message is shown:
ModuleNotFoundError(“No module named '_sqlite3'“)
Solution
You probably have a Python version installed but there was an issue during the installation process. SQLite should ship with Python by default if you install it. Try to reinstall that Python version.