I am trying to import numpy
in python on a server that I am not a sudoer.
When I import, I get the following error:
ImportError: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv
I know that there are two conflicting libraries:
$ ls -l /etc/alternatives/*.so.3gf
lrwxrwxrwx 1 root root 39 Sep 21 21:31 /etc/alternatives/libblas.so.3gf -> /usr/lib/openblas-base/libopenblas.so.0
lrwxrwxrwx 1 root root 42 Aug 19 2014 /etc/alternatives/liblapack.so.3gf -> /usr/lib/atlas-base/atlas/liblapack.so.3gf
But all the solutions that I have seen so far (like here or here), require root access, which I don't have. Is there a quick way to resolve this?
I am running python 2.7.3 on Ubuntu 12.04.5.