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

pip install failure for onnxruntime-gpu==1.9.0 #20737

Closed
keshav2211 opened this issue May 20, 2024 · 5 comments
Closed

pip install failure for onnxruntime-gpu==1.9.0 #20737

keshav2211 opened this issue May 20, 2024 · 5 comments
Labels
ep:CUDA issues related to the CUDA execution provider

Comments

@keshav2211
Copy link

Describe the issue

We are encountering failure while trying to install onnxruntime-gpu==1.9.0 on python 3.8 on linux platform.
This version was available up until 19-May-2024 2300 hrs UTC.

ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.9.0 (from versions: 1.10.0, 1.11.0, 1.11.1, 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.17.0, 1.17.1, 1.18.0)

To reproduce

switch to python3.8 virtual env
pip install onnxruntime-gpu==1.9.0

pip index versions onnxruntime-gpu

Urgency

No response

Platform

Linux

OS Version

Any

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.9.0

ONNX Runtime API

Python

Architecture

X64

Execution Provider

CUDA

Execution Provider Library Version

No response

@github-actions github-actions bot added the ep:CUDA issues related to the CUDA execution provider label May 20, 2024
@parinitarahi
Copy link
Contributor

Could you expand on why you need to build an older version of install onnxruntime-gpu==1.9.0 , we recommend you use onnxruntime-gpu==1.10.0 and above with Python 3.8.

@keshav2211
Copy link
Author

Some of our models are running using this dependency and they can't be started anymore. Working on upgrading the dependency to onnxruntime-gpu==1.10.0.
But 1.9.0 suddenly missing from pypi index caused outage at our end.

@yuslepukhin
Copy link
Member

PyPi has a limit of 10Gb and some older versions are being removed.

@keshav2211
Copy link
Author

@yuslepukhin Should we expect v1.10.0(the oldest available version now) to be deprecated after next release ?

@yuslepukhin
Copy link
Member

yuslepukhin commented May 23, 2024

AFAIK, there is not a definite schedule. Once PyPi starts complaining we have to free some space. It is not a must to remove old releases with every new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:CUDA issues related to the CUDA execution provider
Projects
None yet
Development

No branches or pull requests

3 participants