ImportError bei import von scipy.special

Probleme bei der Installation?
Antworten
CodeIt
User
Beiträge: 36
Registriert: Mittwoch 13. September 2017, 06:10

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
__deets__
User
Beiträge: 14480
Registriert: Mittwoch 14. Oktober 2015, 14:29

Benutz anaconda. Das ist deutlich besser darin solche Abhängigkeiten hinzukriegen.
Antworten