Sydney-Informatics-Hub / aigis

Tools for aerial and satellite imagery acquisition, processing, annotation, and analysis using artificial intelligence
MIT License
5 stars 1 forks source link

Bug: onnxruntime version issues #11

Open hlydecker opened 8 months ago

hlydecker commented 8 months ago

When installing locally:

pip install -e aigis

Get the following error:

ERROR: Could not find a version that satisfies the requirement onnxruntime<2.0.0,>=1.17.0 (from aigis) (from versions: 1.12.0, 1.12.1, 1.13.1, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3)
ERROR: No matching distribution found for onnxruntime<2.0.0,>=1.17.0

I've looked at the pyproject.toml and I haven't found anything that looks to be causing the problem:

onnx = "^1.15.0"
onnxruntime = "^1.17.0"