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
With python 3.10, cuda 11.8, the install stops midway and give this error:
INFO: pip is looking at multiple versions of streamdiffusion[tensorrt] to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.16.3; extra == "tensorrt" (from streamdiffusion[tensorrt]) (from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0)
ERROR: No matching distribution found for onnxruntime==1.16.3; extra == "tensorrt"
Any idea how I could fix this?
The text was updated successfully, but these errors were encountered:
With python 3.10, cuda 11.8, the install stops midway and give this error:
INFO: pip is looking at multiple versions of streamdiffusion[tensorrt] to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.16.3; extra == "tensorrt" (from streamdiffusion[tensorrt]) (from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0)
ERROR: No matching distribution found for onnxruntime==1.16.3; extra == "tensorrt"
Any idea how I could fix this?
The text was updated successfully, but these errors were encountered: