Fehler importieren scipy.linalg unter Windows (Python 3.3)Python

Python-Programme
Anonymous
 Fehler importieren scipy.linalg unter Windows (Python 3.3)

Post by Anonymous »

Ich benutze Python 3.3 unter Windows. Ich habe scipy-0.13.2.win32-py3.3.exe aus Scipy-lib heruntergeladen und installiert. Als ich jedoch versuchte, scipy.linalg zu laden, zeigte Interpreter die folgenden Fehler: < /p>
>>> 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.
< /code>
Wie kann ich dieses Problem beheben? Zwischen, ich habe installierte Bibliotheksmodule auf meinem PC mit den Github-Modulen bei Linealg-Scipy überprüft und sie sind das Neueste. Daher denke ich, ich denke,

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post