Skip to content

1e69dad import failure #4249

Closed
Closed
@michaelaye

Description

@michaelaye

(master)[maye@luna4 ~/src/pandas]$ git log -1
commit 1e69dad
Merge: 5be1e5a 5b908a5
Author: Phillip Cloud cpcloud@gmail.com
Date: Mon Jul 15 16:17:06 2013 -0700

Merge pull request #4248 from cpcloud/mpl-1.1.1-build

BLD: use mpl 1.1.1 in python 2.7 production travis build

This happened after doing:

python setup.py clean
python setup.py install

Here's the error:

In [1]: import pandas
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-d6ac987968b6> in <module>()
----> 1 import pandas

/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/pandas-0.12.0.dev_1e69dad-py2.7-macosx-10.5-x86_64.egg/pandas/__init__.pyc in <module>()
     25 import pandas.core.config_init
     26
---> 27 from pandas.core.api import *
     28 from pandas.sparse.api import *
     29 from pandas.stats.api import *

/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/pandas-0.12.0.dev_1e69dad-py2.7-macosx-10.5-x86_64.egg/pandas/core/api.py in <module>()
     16 from pandas.core.panel4d import Panel4D
     17 from pandas.core.groupby import groupby
---> 18 from pandas.core.reshape import (pivot_simple as pivot, get_dummies,
     19                                  lreshape)
     20

/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/pandas-0.12.0.dev_1e69dad-py2.7-macosx-10.5-x86_64.egg/pandas/core/reshape.py in <module>()
      6 import numpy as np
      7
----> 8 import six
      9
     10 from pandas.core.series import Series

ImportError: No module named six

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions