You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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