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
There is a known limitation in uv that forces us to add a constraint to which onnxruntime version we can use in the python module. At first I thought the limitation was fixed, but that's not the case.
Here is more context so that, when this is fixed on uv size, we remember to relax the onnxruntime constraint.
To reproduce:
$ uv init --python 3.9
$ uv add onnxruntime
[...]
error: Distribution `onnxruntime==1.20.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
There is a known limitation in uv that forces us to add a constraint to which onnxruntime version we can use in the python module. At first I thought the limitation was fixed, but that's not the case.
Here is more context so that, when this is fixed on uv size, we remember to relax the onnxruntime constraint.
To reproduce:
uv add onnxruntime
currently fails on MacOS astral-sh/uv#9228uv add
rejects pytorch from its index when on mac astral-sh/uv#5182uv add
rejects pytorch from its index when on mac astral-sh/uv#5182 (comment)). But it turns out that the fix only addressed the second issue, not mine.uv add onnxruntime
fails to fetch latest version of package compatible with my environment's Python astral-sh/uv#9425Suggestion on how to fix in the meantime: astral-sh/uv#9425 (comment), which is what we implemented in #926.
The text was updated successfully, but these errors were encountered: