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
Traceback (most recent call last):
File "/home/adhd/conpotvenv/bin/conpot", line 33, in <module>
from conpot.core.loggers.log_worker import LogWorker
File "/home/adhd/conpotvenv/lib/python3.11/site-packages/conpot/core/loggers/log_worker.py", line 29, in <module>
from conpot.core.loggers.sqlite_log import SQLiteLogger
File "/home/adhd/conpotvenv/lib/python3.11/site-packages/conpot/core/loggers/sqlite_log.py", line 19, in <module>
import sqlite3
File "/usr/local/lib/python3.11/sqlite3/__init__.py", line 57, in <module>
from sqlite3.dbapi2 import *
File "/usr/local/lib/python3.11/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: