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
buildozer ios debug deploy fails when compiling kivy.
I raised the log_level to 2, and got the following traceback:
~/src/secrethamster/kivy/bobdirt/.buildozer/ios/platform/kivy-ios/src/ios ~/src/secrethamster/kivy/bobdirt/.buildozer/ios/platform/kivy-ios
-- cythonize ['/Users/james/src/secrethamster/kivy/bobdirt/.buildozer/ios/platform/kivy-ios/tools/cythonize.py', 'ios.pyx']
cythonize: ios.pyx
Traceback (most recent call last):
File "/Users/james/src/secrethamster/kivy/bobdirt/.buildozer/ios/platform/kivy-ios/tools/cythonize.py", line 47, in <module>
do(fn)
File "/Users/james/src/secrethamster/kivy/bobdirt/.buildozer/ios/platform/kivy-ios/tools/cythonize.py", line 16, in do
subprocess.Popen(['cython', fn]).communicate()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
# Command failed: tools/build-all.sh
The text was updated successfully, but these errors were encountered:
I am testing buildozer on Mac OS 10.7.5
buildozer ios debug deploy fails when compiling kivy.
I raised the log_level to 2, and got the following traceback:
The text was updated successfully, but these errors were encountered: