View Single Post
Old 07-14-2021, 02:46 PM   #4
komple
Junior Member
komple began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2021
Device: none
Compilation worked fine until 5.23 version. Then I'm getting error below.
File "/usr/lib/calibre/calibre/db/backend.py", line 1214, in user_version
return self.conn.get('pragma user_version;', all=False)
File "/usr/lib/calibre/calibre/db/backend.py", line 927, in conn
self._conn = Connection(self.dbpath)
File "/usr/lib/calibre/calibre/db/backend.py", line 342, in __init__
plugins.load_apsw_extension(self, 'sqlite_extension')
File "/usr/lib/calibre/calibre/constants.py", line 325, in load_apsw_extension
conn.enableloadextension(True)
AttributeError: 'Connection' object has no attribute 'enableloadextension'


I build and install apsw version from sources.json but still same error.
What I'm missing?
komple is offline   Reply With Quote