-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Does not build on OSX #387
Comments
@kived ? |
I don't have access to OS X and can't test it, otherwise I'd fix it myself. |
I tried the patch from that pull request, but I still get:
|
Just tried on an Ubuntu machine and I get a very similar error |
Ubuntu is my primary platform, I can assure you that p4a works there. You must include kivy in the module list when you build your distribution. And that is a different issue than the original issue, which is with the envsave/envrestore functionality. |
@kived I was not including kivy. When I change to running:
I'm getting the same error... |
The module list needs to be a single argument:
|
@kived thanks! I think I'm most of the way there. Getting "Error compiling Cython file" several times now, followed by:
Could it be my cython is a bad version? |
If you are using Cython 0.22, then yes. :) This will be the case if you installed via pip, in which case you can run |
Thanks! Got it working. |
Running:
I get (after some time):
The text was updated successfully, but these errors were encountered: