-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: pip's dependency resolver does not currently take into account all the packages that are installed. - openvino 2023.2.0 requires openvino-telemetry>=2023.2.1, which is not installed. #23876
Comments
did you try to install whole (openvino etc) via pip directly? |
No, only debian packages. |
Hi @ionutnechita-intel |
Yes, understood. From pip search i view this:
openvino have required dependencies for openvino-telemetry. Why is not optional openvino-telemetry and is required now? |
you are aware that telemetry is pure python project, right? |
From pip search i view this:
openvino have required dependencies for openvino-telemetry. Why is not optional openvino-telemetry and is required now? |
Maybe in future is fine to have openvino-telemetry inside a debian packages. |
Since |
Understood. But for pip at package manager in installation progress at other python packages, this openvino-telemetry package remain required. |
Is possible in feature, maybe in python3-openvino-2024.0.1 to have openvino-telemetry inside of debian package? |
Could you please provide exact command to reproduce failures? |
Steps:
And view error with openvino-telemetry. User is non-privileged, such 1001(user1). |
Saw the same problem. Please don't list |
Thank you for reproduce this. |
Will be a part of 2024.1 |
### Details: - Install openvino-telementry as part of `python3-openvino` debian package ### Tickets: - Closes #23876
### Details: - Install openvino-telementry as part of `python3-openvino` debian package ### Tickets: - Closes openvinotoolkit#23876
- Install openvino-telementry as part of `python3-openvino` debian package - Ported openvinotoolkit#23913 - Closes openvinotoolkit#23876
### Details: - Install openvino-telementry as part of `python3-openvino` debian package ### Tickets: - Closes openvinotoolkit#23876
OpenVINO Version
2023.2.0
Operating System
Other (Please specify in description)
Device used for inference
CPU
Framework
PyTorch
Model used
No response
Issue description
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
openvino 2023.2.0 requires openvino-telemetry>=2023.2.1, which is not installed.
Ubuntu 22.04 LTS
Kernel: 5.15 iotg
Step-by-step reproduction
And view error with openvino-telemetry.
User is non-privileged, such 1001(user1).
Relevant log output
# pip3 list| grep openvino openvino 2023.2.0 openvino-msgs 0.9.0 Only this python packages. Not exist other openvino packages and openvino-telemetry is not installed from debian packages.
Issue submission checklist
The text was updated successfully, but these errors were encountered: