Skip to content
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

onnxruntime 1.16.3 dependency is no longer available #185

Open
drollicdotcom opened this issue Jan 31, 2025 · 3 comments
Open

onnxruntime 1.16.3 dependency is no longer available #185

drollicdotcom opened this issue Jan 31, 2025 · 3 comments

Comments

@drollicdotcom
Copy link

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.3

Even 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.3
@claylebeouf
Copy link

Getting a similar error:

ERROR: Cannot install onnxruntime and streamdiffusion[tensorrt]==0.1.1 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested onnxruntime
streamdiffusion[tensorrt] 0.1.1 depends on onnxruntime==1.16.3; extra == "tensorrt"

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

@falliger
Copy link

I have the same problem when installing in Comfyui.
I tried installing without dependencies and patch it to onnxruntime==1.19.2 but it did not work for me.
Did anyone find a solution yet?

@rodsott
Copy link

rodsott commented Feb 18, 2025

Im having the same problem.. Cant find the 1.16.3 on Pypi, and on Microsoft`s page there is no wheel of it, just an uncompiled folder: https://github.com/microsoft/onnxruntime/releases/tag/v1.16.3

@cumulo-autumn any solution on installing it at the current ComfyUI using Torch 2.5.1 with Cuda 12.4 and Python 3.12 ?

Thanks in advance!

RoD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants