Seite 1 von 1

ImportError bei import von scipy.special

Verfasst: Mittwoch 25. April 2018, 16:51
von CodeIt
Hallo,
ich erhalte folgende Fehlermeldung bei import scipy.special:

Code: Alles auswählen

 File "C:\Python35\workspace\NeuronaleNetze\NeuronalesNetz\__init__.py", line 6, in <module>
    import scipy.special
  File "C:\Python35\lib\site-packages\scipy\special\__init__.py", line 640, in <module>
    from ._ufuncs import *
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
Ich verwende Python 3.5 (64 Bit) mit Eclipse und habe scipy mit
pip install scipy-1.1.0rc1-cp35-cp35m-win_amd64.whl
installiert.

Zuvor habe ich wie in https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 empfohlen numpy und mkl installiert.

Kann mir vielleicht jemand einen Tipp geben?

Vielen Dank

Re: ImportError bei import von scipy.special

Verfasst: Mittwoch 25. April 2018, 18:11
von __deets__
Benutz anaconda. Das ist deutlich besser darin solche Abhängigkeiten hinzukriegen.