-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Description
It installs without complaining both via source or pip. In both cases, upon trying to import pandas
I get the following error:
dlopen(/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so, 2): Symbol not found: _assign_value_1d
Referenced from: /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/__init__.py", line 10, in <module>
import pandas.lib as lib
ImportError: dlopen(/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so, 2): Symbol not found: _assign_value_1d
Referenced from: /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.9.1.dev_c252129-py2.7-macosx-10.8-x86_64.egg/pandas/lib.so
[144697 refs]
Thoughts? My Python is 2.7.3 from homebrew, OS is 10.8.2
Metadata
Metadata
Assignees
Labels
No labels