-
Notifications
You must be signed in to change notification settings - Fork 7
Description
From Seemal:
Hi all, I've been using run_meshroom.py and I've been reaching an error with the onnxruntime dependency. It seems like it exists in pyproject.toml, and I've installed/uninstalled it multiple times individually to see if that would work. I also started from a fresh virtual environment and pip installed open-lifu python, but it still didn't work. The error doesn't specify what DLL is missing, I was wondering if anyone else has ran into this issue?
From Peter:
the issue is with onnxruntime 1.22.0, which is the version grabbed by a naked pip install. We need to specify onnxruntime==1.18.0 until it gets fixed
See lshqqytiger/stable-diffusion-webui-amdgpu#487
See microsoft/onnxruntime#21270
Traceability Information:
- Issue: OpenLIFU-python#309
- SOFTREQ: SlicerOpenLIFU#34
- Comment: This issue is related to the requirements defined in SlicerOpenLIFU#34.
This information was populated automatically by a script on 2025-06-09T18:03:05Z.