Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#511 closed defect (fixed)

import scipy.special gives ImportError DLL load failed: The specified module could not be found.

Reported by: cgsbob Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords: python scipy x86_64
Cc:

Description

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.

Change History (3)

comment:1 by jef, 8 years ago

Keywords: x86_64 added

comment:2 by jef, 8 years ago

See also #492

comment:3 by jef, 8 years ago

Resolution: fixed
Status: newclosed

fixed with numpy-1.11.0-2 (x86_64) (1.11.0-2 was missing fortran dlls)

Version 0, edited 8 years ago by jef (next)
Note: See TracTickets for help on using tickets.