Closed
Description
Checklist
- the issue is indeed a bug and not a support request
- issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- I have a short, runnable example that reproduces the issue
- I reproduced the problem with the latest development version (
p4a.branch = develop
) - I used the grave accent (aka backticks) to format code or logs when appropriated
Versions
- Python: *
- OS: macOS >= 11.x
- Kivy: *
- Cython: *
- OpenJDK: *
Description
This is due to a bug that has been fixed on the CPython upstream.
As a temporary workaround, pinning version 3.9.12
for both hostpython3
and python3
should fix the issue.