Skip to content

Conversation

gideonite
Copy link

I was trying to install pandas and kept getting the error:

Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/pandas/init.py", line 16, in
raise ImportError('C extensions not built: if you installed already '
ImportError: C extensions not built: if you installed already verify that you are not importing from the source directory

I couldn't figure out what was happening until I made this change and saw from the printed out exception that I didn't have the dateutils package installed.

@wesm
Copy link
Member

wesm commented Sep 8, 2012

Thanks (I moved the print statement til after the exception is grabbed out of the sys module (I can't remember how that ended up like that instead of assigning the exception when it's caught))

@wesm wesm closed this Sep 8, 2012
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

Successfully merging this pull request may close these issues.

2 participants