onnxruntime 1.16.3 dependency is no longer available
Author: drollicdotcomCreated Jan 31, 2025Updated Jun 12, 2025
This package no longer installs on systems that do not already have the onnxruntime 1.16.3 package installed/cached. The install for this package fails with the error shown below. This dependency needs to be updated.
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.16.3 (from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0, 1.18.1, 1.19.0, 1.19.2, 1.20.0, 1.20.1)
ERROR: No matching distribution found for onnxruntime==1.16.3Even if you attempt to force pip to install it with this specific version, it also fails:
pip install onnxruntime==1.16.3
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.16.3 (from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0, 1.18.1, 1.19.0, 1.19.2, 1.20.0, 1.20.1)
ERROR: No matching distribution found for onnxruntime==1.16.3Source: cumulo-autumn/StreamDiffusion