#511 closed defect (fixed)
import scipy.special gives ImportError DLL load failed: The specified module could not be found.
Reported by: | cgsbob | Owned by: | |
---|---|---|---|
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 , 8 years ago
Keywords: | x86_64 added |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed with numpy-1.11.0-2 (x86_64) (1.11.0-1 was missing fortran dlls)
Note:
See TracTickets
for help on using tickets.
See also #492