You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to include any package other than Kivy
for example:
./distribute.sh -m 'kivy pil' -d "PILAPI8" -f
it is going to give an error
~/KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:2:20: error: Python.h: No such file or directory /KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:4:6: error: #error Python headers needed to compile C extensions, please install development version of Python.
make: *** [/KivyRepos/kivyAndorid/src/obj/local/armeabi/objs/application/src//start.o] Error 1
The text was updated successfully, but these errors were encountered:
If I try to include any package other than Kivy
for example:
./distribute.sh -m 'kivy pil' -d "PILAPI8" -f
it is going to give an error
~/KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:2:20: error: Python.h: No such file or directory
/KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:4:6: error: #error Python headers needed to compile C extensions, please install development version of Python./KivyRepos/kivyAndorid/src/obj/local/armeabi/objs/application/src//start.o] Error 1make: *** [
The text was updated successfully, but these errors were encountered: