Skip to content
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

buildozer on ios fails at: Command failed: tools/build-all.sh #5

Closed
bob-the-hamster opened this issue Feb 5, 2013 · 1 comment
Closed

Comments

@bob-the-hamster
Copy link
Contributor

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:

~/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
@bob-the-hamster
Copy link
Contributor Author

This was happening because cython was not installed. I don't know if buildozer attempted and failed to install it.

I got past this error by manually installing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants