gpt4 book ai didi

python - 加载 scipy : OSError: [WinError 126] The specified module could not be found 时出错

转载 作者:行者123 更新时间:2023-12-03 19:42:07 24 4
gpt4 key购买 nike

我已经在 virtualenv 中使用 pip 为 python3 安装了 scipy。当我尝试导入 scipy 时,出现以下错误:

>>> import scipy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\chriz\PycharmProjects\untitled1\venv\lib\site-packages\scipy\__init__.py", line 104, in <module>
from . import _distributor_init
File "C:\Users\chriz\PycharmProjects\untitled1\venv\lib\site-packages\scipy\_distributor_init.py", line 61, in <module>
WinDLL(os.path.abspath(filename))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2032.0_x64__qbz5n2kfra8p0\lib\ctypes\__init__.py", line 364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
我似乎缺少某种依赖,但我不知道依赖是什么
当我寻找它试图打开的 .dll 时,它似乎在那里

最佳答案

刚刚面临同样的错误。解决办法是降级scipy :

pip install scipy==1.4.1
我在这里找到了:
https://github.com/pytorch/ignite/issues/1153

关于python - 加载 scipy : OSError: [WinError 126] The specified module could not be found 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62566691/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com