-
Notifications
You must be signed in to change notification settings - Fork 25
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
Why doesn't onnxruntime-openvino specify the openvino package as a requirement? #357
Comments
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. |
Don't close. The issue hasn't been solved yet as far as I know. |
@adrianboguszewski It's more like a peerDependency - openvino can be installed via conda as well. |
@henryruhs could you elaborate more on what a peer dependency means? |
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. |
Still not resolved... |
Should not be resolved anyway... A peer dependency describes a loosy dependency that is either optional or that version cannot be specified. Giving the consumer more freedom. In this case we can choose to install OpenVino in different ways like pip or conda. Which is a good thing. |
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
While installing onnxruntime-openvino via pip, the openvino package is not installed by default. One doesn't know:
unless they look to the release notes/docs (imagine how many people abandon the process at this stage).
To reproduce
pip install onnxruntime-openvino
Urgency
No response
Platform
Windows
OS Version
11
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.17.1
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: