Replies: 2 comments
-
the base webui don't use onnxruntime if you can give me a list of your extensions I can take a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whether I start the app on a new day or after a shot-down – the app is always trying to install these packages:
Using cached onnxruntime-1.17.0-cp310-cp310-macosx_11_0_universal2.whl (14.8 MB) Installing collected packages: onnxruntime Attempting uninstall: onnxruntime Found existing installation: onnxruntime 1.15.0 Uninstalling onnxruntime-1.15.0: Successfully uninstalled onnxruntime-1.15.0 Successfully installed onnxruntime-1.17.0 +---------------------------------+ --- PLEASE, RESTART the Server! --- +---------------------------------+ [...] Installing collected packages: opencv-python, onnx, onnxruntime Attempting uninstall: opencv-python Found existing installation: opencv-python 4.9.0.80 Uninstalling opencv-python-4.9.0.80: Successfully uninstalled opencv-python-4.9.0.80 Attempting uninstall: onnx Found existing installation: onnx 1.15.0 Uninstalling onnx-1.15.0: Successfully uninstalled onnx-1.15.0 Attempting uninstall: onnxruntime Found existing installation: onnxruntime 1.17.0 Uninstalling onnxruntime-1.17.0: Successfully uninstalled onnxruntime-1.17.0 Successfully installed onnx-1.14.0 onnxruntime-1.15.0 opencv-python-4.7.0.72
In the case of
onnxruntime-
I specifically wonder, why it first finds v1.15 – which is uninstalled in favour of v1.17 –, only to later do the exact opposite.Why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions