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

Python wheels missing for OpenVINOExecutionProvider since onnxruntime > 1.16.0 #344

Closed
ORippler opened this issue Feb 19, 2024 · 3 comments

Comments

@ORippler
Copy link

Describe the issue

The python wheels for the onnxruntime-openvino package that contain support for the OpenVINOExecutionProvider are either no longer build or no longer published to pypi for onnxruntime > 1.16.0.

I therefore currently resort to building & distributing them manually (which works without issues for X64 on Ubuntu 22.04).

To reproduce

Have a look at pypi or try to install onnxruntime-openvino > 1.16.0.

root@efd48fe80d0e:/# pip install onnxruntime-openvino==1.16.1
ERROR: Could not find a version that satisfies the requirement onnxruntime-openvino==1.16.1 (from versions: 1.15.0, 1.16.0)
ERROR: No matching distribution found for onnxruntime-openvino==1.16.1

### Urgency

_No response_

### Platform

Linux

### OS Version

Ubuntu 22.04

### ONNX Runtime Installation

Released Package

### ONNX Runtime Version or Commit ID

N/A

### ONNX Runtime API

Python

### Architecture

X64

### Execution Provider

OpenVINO

### Execution Provider Library Version

_No response_
@mertalev
Copy link

Is there anything blocking this? There are bugs in the current release, such as around loading external data, that make supporting OpenVINO a maintenance burden right now.

Copy link

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

@github-actions github-actions bot added the stale label Mar 31, 2024
Copy link

github-actions bot commented May 1, 2024

This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants