Skip to content

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

Closed
xdong opened this issue Aug 7, 2011 · 2 comments
Closed

build error on linux: common.pyx #90

xdong opened this issue Aug 7, 2011 · 2 comments

Comments

@xdong
Copy link

xdong commented Aug 7, 2011

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)

return result

cpdef map_indices_buf(ndarray[object] index):

^

/mypath/wesm-pandas-2af6604/pandas/src/common.pyx:110:38: Expected ')'

@xdong xdong closed this as completed Aug 7, 2011
@xdong
Copy link
Author

xdong commented Aug 7, 2011

I ended up installing cython 1.5. I can build from head without error now.

@wesm
Copy link
Member

wesm commented Aug 7, 2011

excellent, glad you got it to work. I was about to post a tarball source distribution for you =)

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

2 participants