-
Notifications
You must be signed in to change notification settings - Fork 523
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
failing to compile sample android app with buildozer #61
Comments
Do you have cython installed? That's what all the error messages are complaining about. |
I have installed cython via apt-get
I can also do "from Cython.Distutils import build_ext" in ipython without trouble. |
It is incorrect to add pyjnius to the requirements, sinse it always comes with python-for-android. |
I had same issue. |
I had Cython version 0.25.2 installed even face similar issue. Collecting KivyCalendar
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kWlYZa/kivy/ Command failed: pip install --target=/home/devid/source/nnnn/qbinterfaceversion2/.buildozer/applibs KivyCalendarBuildozer failed to execute the last commandThe error might be hidden in the log above this errorPlease read the full log, and search for it beforeraising an issue with buildozer itself.In case of a bug report, please add a full log with log_level = 2 |
Hey,
I am on ubuntu 13.10 and I installed buildozer via pip.
Now, in a directory with a simple main.py, I run:
Then I change the requirements in the buildozer.spec so that it reads:
and I run
which finishes with this error message:
The text was updated successfully, but these errors were encountered: