[SciPy-User] scipy.interpolate unsuccessful after updating in Debian

Mauricio Calvao mocalvao at gmail.com
Thu Feb 6 06:09:24 EST 2014


Hi there

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 issued:

In [8]: import scipy.interpolate
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-8-65428a5d59d3> in <module>()
----> 1 import scipy.interpolate

/usr/lib/python2.7/dist-packages/scipy/interpolate/__init__.py in <module>()
    148 from __future__ import division, print_function, absolute_import
    149
--> 150 from .interpolate import *
    151 from .fitpack import *
    152

/usr/lib/python2.7/dist-packages/scipy/interpolate/interpolate.py in
<module>()
     10                   dot, poly1d, asarray, intp
     11 import numpy as np
---> 12 import scipy.special as spec
     13 import math
     14

/usr/lib/python2.7/dist-packages/scipy/special/__init__.py in <module>()
    530 from ._ufuncs_cxx import *
    531
--> 532 from .basic import *
    533 from . import specfun
    534 from . import orthogonal

/usr/lib/python2.7/dist-packages/scipy/special/basic.py in <module>()
      6
      7 import numpy as np
----> 8 from scipy.lib.six.moves import xrange
      9 from numpy import pi, asarray, floor, isscalar, iscomplex, real,
imag, sqrt, \
     10         where, mgrid, cos, sin, exp, place, seterr, issubdtype,
extract, \

ImportError: No module named moves


Does anyone have any ideas about how to fix this? I am in short time to
finish a task and I seem to need the capabilities of this new scipy version

Thanks in advance!


-- 
#######################################
Prof. Mauricio Ortiz Calvao
Federal University of Rio de Janeiro
Institute of Physics, P O Box 68528
CEP 21941-972 Rio de Janeiro, RJ
Brazil

Email: orca at if.ufrj.br
Phone: (55)(21)25627483
Homepage: http://www.if.ufrj.br/~orca
#######################################
.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20140206/38897d7c/attachment.html>


More information about the SciPy-User mailing list