[SciPy-User] undefined symbol: clange_

Ralf Gommers ralf.gommers at gmail.com
Sat Jul 5 10:39:36 EDT 2014


On Sat, Jul 5, 2014 at 4:27 PM, Nathaniel Smith <njs at pobox.com> wrote:

> 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...
>

Never seen this one before. Does pip leave something behind after
uninstall?  Any idea if it's specific to this version of Debian or your set
of compilers?

Ralf




> -n
>
> --
> Nathaniel J. Smith
> Postdoctoral researcher - Informatics - University of Edinburgh
> http://vorpus.org
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20140705/5267dd4c/attachment.html>


More information about the SciPy-User mailing list