Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite3 not found Python3.11 #12

Open
KorpoleRithika0x1 opened this issue Jun 25, 2023 · 0 comments
Open

SQLite3 not found Python3.11 #12

KorpoleRithika0x1 opened this issue Jun 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@KorpoleRithika0x1
Copy link

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'
@KorpoleRithika0x1 KorpoleRithika0x1 added the bug Something isn't working label Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant