-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that newer version depends on the older version of onnx
#336
Comments
Probably, to resolve the issue with Mac installation, we need to increase the version of ONNX again, as done in #63. |
@scanny thank you for resolving this issue! I am sorry to bother you, but there is another issue, which is related to versions, for this time, it is a version of It is written as a dependency inside of the ![]() The current way to install the newest versions is the following:uv pip install unstructured-inference==0.7.27 unstructured[all-docs]
uv pip install --upgrade unstructured |
@vykhovanets Thanks for this, yes, I'm working on that today so it should be out by tomorrow :) |
@vykhovanets v0.13.3 of Closing as completed but let us know how you go :) |
MacOS 14.4.1, M3
Python 3.12.3
pip install "unstructured[all-docs]"
into fresh venv, and gotonnx
build error.onnx
library and didpip install "unstructured[all-docs]" onnx==1.16.0
successfully, at the first sight.[layout.py](https://github.com/Unstructured-IO/unstructured-inference/blob/main/unstructured_inference/inference/layout.py)
at 276 line and noticed that pip installed the older versions of unstructured and unstructured-inference, and refuses to upgrade inference module without buildingonnx==1.14.1
from scratch.The text was updated successfully, but these errors were encountered: