sMythicalBird / ZenlessZoneZero-Auto

绝区零 | ZenlessZoneZero | 零号空洞 | 自动化 | 图片分类 | OCR识别 | zzz | 图像分类
983 stars 77 forks source link

运行脚本报错 #7

Closed zhUpUp closed 1 month ago

zhUpUp commented 1 month ago

系统window11家庭版

Traceback (most recent call last): File "D:\ZenlessZoneZero-Auto-master\main.py", line 3, in from utils.task import task File "D:\ZenlessZoneZero-Auto-master\utils__init.py", line 21, in from .map import get_map_info, auto_find_way File "D:\ZenlessZoneZero-Auto-master\utils\map\init.py", line 8, in from .components import get_map_info File "D:\ZenlessZoneZero-Auto-master\utils\map\components.py", line 13, in from onnxruntime import InferenceSession File "D:\develop\python\3.12.4\Lib\site-packages\onnxruntime\init.py", line 57, in raise import_capi_exception File "D:\develop\python\3.12.4\Lib\site-packages\onnxruntime\init__.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\develop\python\3.12.4\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: DLL load failed while importing onnxruntime_pybind11_state: 动态链接库(DLL)初始化例程失败。

zhangyushao0 commented 1 month ago

这个我也遇到了,我是重新安装onnxruntime库解决的

pip uninstall onnxruntime
pip install onnxruntime
zhUpUp commented 1 month ago

这个我也遇到了,我是重新安装onnxruntime库解决的

pip uninstall onnxruntime
pip install onnxruntime

我重装过,还是报错

lazydog28 commented 1 month ago

这个我也遇到了,我是重新安装onnxruntime库解决的

pip uninstall onnxruntime
pip install onnxruntime

我重装过,还是报错

site-packages 文件夹里onnxruntime相关的文件全部删除干净再重新尝试安装。

pip install onnxruntime-gpu

如果还是不行的话,可以考虑python版本降低至3.10

xzc9607 commented 1 month ago

我在新安装的win11上也出现了同样的错误,重装onnxruntime也没解决。想到是不是运行库缺失了,装了一下运行库合集解决了。 所以,可以尝试使用搜索引擎下载一个运行库合集,安装之后再次运行