-
Notifications
You must be signed in to change notification settings - Fork 11
checking for stdlib extension module _sqlite3... missing #58
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
Comments
In conjunction with the linked pull request, it's now possible to statically link sqlite3. For python 3.11.x-3.12.8, and 3.13.0-3.13.1
For python 3.12.9+ and 3.13.2+
|
Release with portable-python v1.9.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 18.0.4
uname -m: aarch64
Running in docker on M1 mac
portable-python v1.9.6
building 3.12.3
portable-python.yaml
I just hit this error.
Apparently, since early 3.11.0, it's been impossible to statically link sqlite3 into cpython. The good news it just got fixed and backported. The bad news is the "no patching" guideline of this project makes it hard to fix this for any pre-existing version. Any suggestions for this case?
He's the upstream bug report and fix information:
python/cpython#128321
python/cpython#128322
python/cpython#128355 (backport PR to 3.12 branch)
It references the original introduction of the issue in 3.11.0:
python/cpython#30016
The text was updated successfully, but these errors were encountered: