Replies: 1 comment
-
related to microsoft/onnxruntime#2909 |
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
-
Currently i'm using a python:3.10-alpine3.18 as my container image and use unstructured=0.10.16 for my container application.
But when i tried to upgrade the unstructured to newer version, for example: 0.15.0. It bumps into error complaining.
ERROR: Could not find a version that satisfies the requirement onnxruntime>=1.17.0 (from unstructured-inference) (from versions: none)
ERROR: No matching distribution found for onnxruntime>=1.17.0
I try to look and pip install onnxruntime but it is failed to install.
Any comment or suggestion that I can resolve this issue?
unstructured_upgrade_build_log.txt
Beta Was this translation helpful? Give feedback.
All reactions