【发布时间】:2020-03-18 18:24:20
【问题描述】:
Python 中 Scipy 包内的文件夹Python37\site-packages\scipy\sparse\linalg\isolve\ 有以下文件:_iterative.cp37-win_amd64.pyd。
当我运行 Python 文件时,我收到以下错误:- File "C:\......\Python37\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 10, in <module>
from . import _iterative
ImportError: DLL load failed: The specified module could not be found
(我是 Windows 上的 Python 新手)
【问题讨论】:
-
你在使用 conda 吗?
-
不,不使用 conda
-
听起来您的安装已损坏。另请参阅:stackoverflow.com/questions/30766274/…
标签: python dll filepath python-packaging