I'm working with IMX8M NANO EVK running 4.14.98-2.1.0 release and python3-sqlite3 doesn't seem work:
root@imx8mn:~# python3
Python 3.5.5 (default, Mar 10 2020, 00:13:12)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> conn = sqlite3.connect('example.db')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'sqlite3' has no attribute 'connect'
I checked and libsqlite3 package is installed on the filesystem.
Has anyone tried python3-sqlite3 there, or on any other platform, on any NXP Yocto release?