Install problems · Issue #24 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@knm

Description

@knm

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