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
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_
The text was updated successfully, but these errors were encountered:
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.
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.
Describe the issue
The python wheels for the
onnxruntime-openvino
package that contain support for theOpenVINOExecutionProvider
are either no longer build or no longer published to pypi foronnxruntime > 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
.The text was updated successfully, but these errors were encountered: