kivy / kivy/python-for-android
How to create Distance recipe
- Dominant language
- Python
- Stars
- 8.9k
- Forks
- 2k
- Avg merge
- 12h 20m
- Merged PRs (30d)
- 9
Description
### Overview
I try to create 'Distance' recipe for my app. I used 'CompiledComponentPythonRecipe' as a reference class.
But I couldn't build by below error.
### Versions
- Python: 3.10
- OS: mac OS Monterey 12.7.6
- Kivy: 2.3.0
### Description
Error content:
" in build_compiled_components
build_dir = glob.glob('build/lib.*')[0]
IndexError: list index out of range"
How should I do for fix this ?
If you have any idea, please tell me.
Thanks in advance.
Contributor guide
Research direction
Start with the CompiledComponentPythonRecipe reference and the build_compiled_components path named in the traceback. Reproduce the build on Python 3.10, macOS Monterey, and Kivy 2.3.0, then determine the recipe-specific setup needed to avoid the missing build/lib.* directory. Done means documenting the correct recipe process or identifying a concrete fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, python
- Domain
- build-system, mobile
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100