[SciPy-User] scipy.test() fails on Mac OS 10.6.7:
Ralf Gommers
ralf.gommers at googlemail.com
Sun Jun 12 04:25:28 EDT 2011
On Fri, Jun 10, 2011 at 5:37 PM, Jean-Baptiste Marquette <marquett at iap.fr>wrote:
> Dear all,
>
> I just reinstalled scipy from git on my MacBook Pro, and ran scipy.test()
> which failed on some symbols not found. Corresponding log is attached.
>
> Any help welcome, thanks.
>
> Can you give us the build command you used, compiler versions and a build
log? If you used gfortran, did you get it from
http://r.research.att.com/tools/?
Error below, for future reference.
Ralf
======================================================================
ERROR: Failure: ImportError
(dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so,
2): Symbol not found: _cfftb_
Referenced from:
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so
Expected in: flat namespace
in
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/loader.py",
line 390, in loadTestsFromName
addr.filename, addr.module)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/__init__.py",
line 10, in <module>
from basic import *
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/basic.py",
line 11, in <module>
import _fftpack
ImportError:
dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so,
2): Symbol not found: _cfftb_
Referenced from:
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so
Expected in: flat namespace
in
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/fftpack/_fftpack.so
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110612/76119cc1/attachment.html>
More information about the SciPy-User
mailing list