-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Compilation Error at ARM Environment #352
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
Help please I have the same issue.. |
This is what I get when compiling with
|
I just got a simple "Hello World" type snippet which's the following:
|
usually this is down to the version of cython your using you need a different version of cython for 1.8 and 1.9 try changing distribute to kivy==master to use 1.9 i cant remember the exact version you need for 1.8 but google around and you should find the answer. see if that helps |
@olymk2 Tried that now. I also tried uninstalling + purging everything and following the official installation step by step http://kivy.org/docs/installation/installation.html without any change. Where it seems to hiccup is in this part of the compilation process:
It is weird because I can import and use Zlib from within Python without any issue.. The hostpython as a result is not being untarred with a |
did you try kivy==master ? for me it will not compile kivy 1.8 probably because my cython is to new what is your version ? if it is actually a missing file thats not caused by the build then i dont know perhaps someone else will |
@olymk2 Do you mean
|
nope ./distribute.sh -m "kivy" or in buildozer.spec change kivy to kivy==master and see if it works. if you use kivy you get 1.8 if you use kivy==master you get 1.9 which is just about to be released by looks of it :) |
I encountered same problem and for me this helped:
|
Nothing here is not helping me. How do I fix it? I even hello world I can not build.
|
I faced to similar python.host location error... but i found a suggest in below issue link: |
this does not work! |
@hvorovk Your error seems to indicate you don't have zlib. Make sure you install it, including a -dev package if available, as you need the zlib.h file. You may also need the 32 bit version. |
Closing as this issue relates to the old toolchain which is no longer supported. Please open a new issue if you experience this problem with the current master branch. |
This error shows up when i type " ./distribute.sh -m "kivy" "command.
I am at the ARM environment.
I have tried everything to fix this error, but now I need help.
Note: If you want me to edit something, please let me know.
"ERROR"
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: