Fehler beim Importieren von scipy.linalg unter Windows (Python 3.3)Python

Python-Programme
Anonymous
 Fehler beim Importieren von scipy.linalg unter Windows (Python 3.3)

Post by Anonymous »

Ich verwende Python 3.3 unter Windows. Ich habe scipy-0.13.2.win32-py3.3.exe von scipy-lib heruntergeladen und installiert. Als ich jedoch versuchte, scipy.linalg zu laden, zeigte der Interpreter die folgenden Fehler an:

Code: Select all

>>> import scipy.linalg
Traceback (most recent call last):
File "
", line 1, in 
import scipy.linalg
File "C:\Python33\lib\site-packages\scipy\linalg\__init__.py", line 157, in 
from .misc import *
File "C:\Python33\lib\site-packages\scipy\linalg\misc.py", line 5, in 
from . import blas
File "C:\Python33\lib\site-packages\scipy\linalg\blas.py", line 131, in 
from scipy.linalg import _fblas
ImportError: DLL load failed: The specified module could not be found.
Wie kann ich dieses Problem beheben? Zwischendurch habe ich die auf meinem PC installierten Bibliotheksmodule mit den Github-Modulen bei linealg-scipy überprüft und festgestellt, dass sie auf dem neuesten Stand sind, also kein Problem, schätze ich.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post