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

Souce compile errors #25

Closed
knm opened this issue Dec 24, 2010 · 2 comments
Closed

Souce compile errors #25

knm opened this issue Dec 24, 2010 · 2 comments

Comments

@knm
Copy link

knm commented Dec 24, 2010

Old bug opened on google code showed that workaround for the pypi install failures should be to download latest source and compile as such:
python setup.py build --compiler=mingw32
python setup.py install

tseries.c has two errors stopping compilation

pandas\lib\src\tseries.c: In function '__Pyx_c_absf':
pandas\lib\src\tseries.c:18906:25: error: #if with no expression
pandas\lib\src\tseries.c: In function '__Pyx_c_abs':
pandas\lib\src\tseries.c:19026:25: error: #if with no expression
pandas\lib\src\tseries.c: At top level:

should that be #ifdef?

@wesm
Copy link
Member

wesm commented Dec 24, 2010

Looks like a Cython issue-- I posted about it earlier today on the cython-dev list. I'll investigate tomorrow and hopefully upload a fixed source package / push a new cythonized tseries.c

@wesm
Copy link
Member

wesm commented Dec 24, 2010

I confirmed that this is a bug in Cython 0.14. I've raised the issue with the cython devs so hopefully they'll fix it. Should now be easy_install-able (and the git HEAD should work too).

This issue was closed.
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