-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
build error on linux: common.pyx #90
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 ended up installing cython 1.5. I can build from head without error now. |
excellent, glad you got it to work. I was about to post a tarball source distribution for you =) |
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build from head . I got the following error. My cython version is 0.12.1. Unfortunately I can't upgrade cython as I don't have root permission.
cythoning pandas/src/tseries.pyx to pandas/src/tseries.c
Error converting Pyrex file to C:
...
result[idx] = i
PyArray_ITER_NEXT(iter)
cpdef map_indices_buf(ndarray[object] index):
^
/mypath/wesm-pandas-2af6604/pandas/src/common.pyx:110:38: Expected ')'
The text was updated successfully, but these errors were encountered: