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

Install problems #24

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

Install problems #24

knm opened this issue Dec 24, 2010 · 3 comments

Comments

@knm
Copy link

knm commented Dec 24, 2010

pypi install of pandas still isn't working on 2.7, even with all dependencies

Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.

import pandas
Traceback (most recent call last):
File "", line 1, in
File "pandas__init__.py", line 12, in
from pandas.core.api import *
File "pandas\core\api.py", line 8, in
from pandas.core.common import isnull, notnull
File "pandas\core\common.py", line 6, in
import pandas.lib.tseries as tseries
ImportError: No module named tseries

@wesm
Copy link
Member

wesm commented Dec 24, 2010

I assume this will be solved by fixing the tseries.c compilation issue

@knm
Copy link
Author

knm commented Dec 24, 2010

Would be nice for the pypi install to work but isn't hindering me anymore. Changed the tseries.c locally and am good to go.

@wesm
Copy link
Member

wesm commented Dec 24, 2010

Per other ticket, it's a bug in Cython 0.14. I just pushed an updated .c file built with Cython 0.13 which builds with no problems...

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