[SciPy-User] undefined symbol: clange_

Nathaniel Smith njs at pobox.com
Sat Jul 5 10:27:39 EDT 2014


On Debian testing, py27, x86-64:

sudo apt-get build-dep python-scipy
. myvenv/bin/activate
pip uninstall scipy
pip install scipy==0.14.0
python -c 'import scipy.linalg'

gives me:

ImportError: /home/njs/.user-python2.7-64bit-3/local/lib/python2.7/site-packages/scipy/linalg/_fblas.so:
undefined symbol: clange_

Any ideas how to build a non-broken scipy here? Rebuilding this
virtualenv from scratch would be tiresome...

-n

-- 
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org



More information about the SciPy-User mailing list