Skip to content

Install problems #24

Closed
Closed
@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions