This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
forked from rave-engine/python3-android
-
Notifications
You must be signed in to change notification settings - Fork 35
Missing sqlite3 - cannot locate symbol "log" referenced by "/data/local/tmp/usr/lib/python3.9/lib-dynload/_sqlite3.cpython-39.so" #40
Comments
Any help ? |
The fix is most likely a patch for setup.py, but I haven't had time to write it :/ |
What change it needs exactly ? |
@yan12125 Where is it located and please give some instructions on how to modify it by myself |
In the setup.py this is all i found, and doesn't seems to be related to this issue :
This is the content of setup.py about Sqlite
|
eakteam
changed the title
Prebuilt Native lib - missing sqlite3
Missing sqlite3 - cannot locate symbol "log" referenced by "/data/local/tmp/usr/lib/python3.9/lib-dynload/_sqlite3.cpython-39.so"
Oct 18, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i'm trying to execute a python script i get that :
[CRITICAL] missing one or more core extensions ('sqlite3') most likely because current version of Python has been built without appropriate dev packages
I have tried :
python3 -c "import sqlite3"
and it prints out :The text was updated successfully, but these errors were encountered: