-
Notifications
You must be signed in to change notification settings - Fork 1.9k
kivy build error with python3crystax #1328
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
Comments
I think this error arose from a cython version issue that should be fixed if using p4a master with Kivy master and an up to date cython. |
I already use git master: Cython is the version currently shipped in Edit: ah. But I'm getting kivy via |
I think the documentation recommends
Then yes also I recommend you to give it a try to latest kivy release in your |
Yup, |
Glad to hear, thanks, I've just created #1330 and I'll ping the channel to review and merge if continuous integration turns green. |
…ersion Defaults to latest kivy==1.10.1 release, fixes #1328
I'm not planning to use it, but since I've been asked to test things with it for another bug ticket, here is the build error I'm running into when I include "kivy" into the
--requirements
switch (full command line was:p4a apk --debug --private /my-app/ --orientation user --window --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3crystax,sdl2,pysdl2,pyjnius,kivy --arch=armeabi-v7a
) :The text was updated successfully, but these errors were encountered: