microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
323 stars 84 forks source link

Cannot install onnxruntime-extensions v0.8.0 from Pypi #620

Open sgreene opened 10 months ago

sgreene commented 10 months ago

Attempted to install version 0.8.0 (my company requires me to use this version for now): pip install onnxruntime-extensions==0.8.0

Received this error:

ERROR: Could not find a version that satisfies the requirement onnxruntime-extensions==0.8.0 (from versions: 0.9.0)
ERROR: No matching distribution found for onnxruntime-extensions==0.8.0

In the release history on pypi.org for onnxruntime-extensions I do see version 0.8.0 but cannot install it using the recommended command.

skottmckay commented 8 months ago

Often that is due to there not being a build for the python version + platofrm you're using.

https://pypi.org/project/onnxruntime-extensions/0.8.0/#files

Looks like it supported python 3.7 through 3.10.