[SciPy-User] scipy.interpolate unsuccessful after updating in Debian
Pauli Virtanen
pav at iki.fi
Thu Feb 6 11:24:08 EST 2014
Mauricio Calvao <mocalvao <at> gmail.com> writes:
> I have just updated my python-scipy package under Debian sid. I used to
have the version 0.10.1 and now it is 0.12.0.
>
> When I now try to import scipy.interpolate the following error is
[clip]
Hi,
What to do:
1. Send bug report to Debian. Their package is broken.
2. Install Scipy manually to your home directory:
sudo apt-get build-dep scipy
wget https://pypi.python.org/packages/source/s/scipy/scipy-
0.13.3.tar.gz#md5=0547c1f8e8afad4009cc9b5ef17a2d4d
tar xzf scipy-0.13.3.tar.gz
cd scipy-0.13.3
python setup.py install --user
This installs it under ~/.local/lib/python2.7
You can remove it from there later on when it's not needed any more.
Don't use root/sudo for installation, except for installing
the build dependencies via apt-get.
--
Pauli Virtanen
More information about the SciPy-User
mailing list