[osgeo4w-dev] [osgeo4w] #511: import scipy.special gives ImportError DLL load failed: The specified module could not be found.

OSGeo4W trac_osgeo4w at osgeo.org
Fri Jun 3 13:28:35 PDT 2016


#511: import scipy.special gives ImportError DLL load failed: The specified
module could not be found.
-------------------+---------------------------
Reporter:  cgsbob  |      Owner:  osgeo4w-dev@…
    Type:  defect  |     Status:  new
Priority:  major   |  Component:  Package
 Version:          |   Keywords:  python scipy
-------------------+---------------------------
 I recently updated OSGEO4W, and now one of my QGIS plugins doesn't work.
 It appears that it is related to scipy.  So, I started an OSGEO4W Shell,
 ran python, then entered the following lines:
 {{{
 >>> import numpy
 >>> numpy.version.full_version
 '1.11.0'
 >>> import scipy
 >>> scipy.version.full_version
 '0.14.0'
 >>> import scipy.special
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "C:\OS1D50~1\apps\Python27\lib\site-
 packages\scipy\special\__init__.py", line 546, in <module>
     from ._ufuncs import *
 ImportError: DLL load failed: The specified module could not be found.
 }}}

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/511>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.


More information about the osgeo4w-dev mailing list