-
Notifications
You must be signed in to change notification settings - Fork 28
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
Doesn't build with Cython 0.22 #15
Comments
Same issue in Ubuntu 14.04. |
Removing the files that setup.py breaks on can work, but might have bad side effects. |
I'm having the same issue. Is qiemem's solution the best way to get around this for now? |
same problem here in Ubuntu 14.04. |
the solution that ended up working for me was downgrading cython. It was a couple months ago now but iirc that made it work without editing any of the smoke files. |
@lukerobert So which cython version did you downgraded to? |
I downgraded to 0.21 |
Yep downgrading to cython 0.21 solves it. |
Fails with
Seen on both OS X Mavericks and Yosemite, though I guess it's probably a change in Cython's dependency handling.
I think I got around it by renaming
smoke/io/const.py
tosmoke/io/const.pyx
and commenting out line 59 insetup.py
(that's"smoke/replay/decoder/recv_prop/factory.pyx",
), but haven't been able to test much yet. I'll probably just downgrade cython to be sure.The text was updated successfully, but these errors were encountered: