Unresolved symbol in scipy/special/_cephes.so on Mac OS 10.7.5
Hi scipy gurus, I have an issue in scipy, latest version: which python /Library/Frameworks/EPD64.framework/Versions/Current/bin/python scipy was uninstalled using the convenient enpkg option, then installed using pip and icc Intel compiler for C/C++ routines. The traceback is: python TestStat.py cg074 ERROR: ImportError: dlopen(/Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/special/_cephes.so, 2): Symbol not found: ___finite Referenced from: /Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/special/_cephes.so Expected in: dynamic lookup [unknown] Traceback (most recent call last): File "TestStat.py", line 18, in <module> import scipy.stats as sci File "/Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/stats/__init__.py", line 321, in <module> from stats import * File "/Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/stats/stats.py", line 193, in <module> import scipy.special as special File "/Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/special/__init__.py", line 525, in <module> from _cephes import * ImportError: dlopen(/Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/special/_cephes.so, 2): Symbol not found: ___finite Referenced from: /Library/Frameworks/EPD64.framework/Versions/Current/lib/python2.7/site-packages/scipy/special/_cephes.so Expected in: dynamic lookup Any hint welcome; Cheers, Jean-Baptiste
participants (1)
-
Marquette Jean-Baptiste