-
Notifications
You must be signed in to change notification settings - Fork 2k
ModuleNotFoundError: No module named 'android' #2697
Copy link
Copy link
Closed
Labels
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: 3.9.8 and 3.7.5
- OS: Macos X (arm64)
- Kivy: latest
- OpenJDK: latest
Description
I run:
pip3 install python-for-android
Result: Successfully installed appdirs-1.4.4 pep517-0.6.0 python-for-android-2022.9.4 pytoml-0.1.21 sh-1.14.3 toml-0.10.2
And try:
python3
import android
ModuleNotFoundError: No module named 'android'
Reactions are currently unavailable