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

Failed Cython Compilation #325

Closed
jayece09 opened this issue Feb 4, 2015 · 2 comments
Closed

Failed Cython Compilation #325

jayece09 opened this issue Feb 4, 2015 · 2 comments

Comments

@jayece09
Copy link

jayece09 commented Feb 4, 2015

When I ran ./distribute.sh -m "openssl pil kivy" for making packaging for Android it failed with:-


building 'kivy.graphics.vertex_instructions' extension
************/temp.linux-x86_64-2.7/kivy/graphics/vertex_instructions.o
kivy/graphics/vertex_instructions.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
error: command 'ccache' failed with exit status 1


Exactly similar errors were found while building using buildozer.
Even at instances I had Cython the buildozer method returned Cython not found!

What's should be probable remedial steps?

@FeralBytes
Copy link
Contributor

Can you try the fix referenced here. But also note that on Linux Mint I am using the latest version of Cython installed via pip without issue; so ultimately I recommend you update Cython.
If this works for you please post back so that both issues can be closed.

@gunsmoker70
Copy link

I had the same issue with the latest cython (0.22). Switching to 0.20.1 solved the problem.

@tito tito closed this as completed May 16, 2015
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

4 participants