fonnesbeck / ScipySuperpack

Recent builds of Numpy, Scipy, Matplotlib, iPython and PyMC for OSX
http://fonnesbeck.github.io/ScipySuperpack
Other
490 stars 75 forks source link

Failures with scipy.signal on 10.9 #45

Closed baileyji closed 10 years ago

baileyji commented 10 years ago

After folioing instructions for installing the super pack: ipython --pylab import scipy.signal

ImportError: dlopen(/Library/Python/2.7/site-packages/scipy-0.14.0.dev_a0a79a8-py2.7-macosx-10.9-intel.egg/scipy/special/_ufuncs.so, 2): Library not loaded: /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/libgfortran.3.dylib Referenced from: /Library/Python/2.7/site-packages/scipy-0.14.0.dev_a0a79a8-py2.7-macosx-10.9-intel.egg/scipy/special/_ufuncs.so Reason: image not found

Trace points to line 541 (from ._ufuncs import *) in /Library/Python/2.7/site-packages/scipy-0.14.0.dev_a0a79a8-py2.7-macosx-10.9-intel.egg/scipy/special/init.py.

from scipy.signal import medfilt

ImportError: cannot import name sigtools

Trace points to line 232 (from . import sigtools) in /Library/Python/2.7/site-packages/scipy-0.14.0.dev_a0a79a8-py2.7-macosx-10.9-intel.egg/scipy/signal/init.py in

fonnesbeck commented 10 years ago

I will fix this. Accidentally used a dynamic lib.

baileyji commented 10 years ago

As a workaround checking out 10.8_final seems to work fine on 10.9.

fonnesbeck commented 10 years ago

Please try the current version. Hopefully it will have built statically this time.