-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Android app crash on starting up by accessing texture. Error:No module named 'typing_extensions' #2743
Comments
Hi @Jubileus-ryz ! Can you share your requirements list? |
Here is my requirements :
|
Having the same problem as you, I tried to fix it by adding 'requirements=typing_extensions'.
But crash
I tried to fix the problem by adding 'requirements=pypng', and the program worked
|
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide. Let us know if this comment was made in error, and we'll be happy to reopen the issue. |
|
Does it look like the Image class now requires pypng and typing_extensions to be declared as explicit requirements? |
-python version: 3.9.9
-Kivy version: 2.1.0
-p4a version : 2023.1.28
It works well when building with p4a version 2022.12.20. But crash after updating to 2023.1.28
Detail Logs:
How can I fixed it?
The text was updated successfully, but these errors were encountered: