You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if the test was skipped instead, or if the documentation explained how to install py-sqlite.
126/256 - wallet_descriptor.py --descriptors failed, Duration: 0 s
stdout:
stderr:
Traceback (most recent call last):
File "/tmp/cirrus-ci-build/bitcoin-core/test/functional/wallet_descriptor.py", line 7, in <module>
import sqlite3
File "/usr/local/lib/python3.9/sqlite3/__init__.py", line 57, in <module>
from sqlite3.dbapi2 import *
File "/usr/local/lib/python3.9/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'