0

I was trying to install Dioptas using python setup_win_32.py install.

During the installation I got the following error:

no module named scipy.linalg.dsolve.umfpack

Does anyone know how I can resolve this issue?

I am running on Windows 7 (32-bit) and have installed all the following required libraries:

  • python 2.7
  • PyQt4
  • numpy
  • scipy
  • pyFAI
  • fabio
  • pyqtgraph
  • scikit-image
  • pyopencl
  • fftw3
J0e3gan
  • 8,740
  • 10
  • 53
  • 80

1 Answers1

1

UMFPACK wrapper has been removed from scipy starting from version 0.14. A replacement is available as a scikit.

ev-br
  • 24,968
  • 9
  • 65
  • 78