Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Error while installing OpenVINO using pip

Rokaia
Beginner
4,054 Views

I am trying to install openvino using the pip command

pip install openvino-python

but I get this 

Collecting openvino-python
  Using cached openvino_python-0.0.0-py3-none-win_amd64.whl (1.4 kB)
ERROR: Could not find a version that satisfies the requirement tbb==2020.2.* (from openvino-python) (from versions: 2019.0, 2020.3.254)
ERROR: No matching distribution found for tbb==2020.2.* (from openvino-python)

 

0 Kudos
2 Replies
Iffa_Intel
Moderator
3,942 Views

Greetings,


If you are trying to get Openvino into your environment, you need to follow the instruction here instead: https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_windows.html


You need to install all of the pre-requisite separately, one by one. Including the toolkit. Once you have it all ready, you can find the Openvino folder placed in your environment automatically.


Note: please ensure you are selecting the correct documentation for your OS.


Sincerely,

Iffa


0 Kudos
Iffa_Intel
Moderator
3,894 Views

Greetings,


Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question


Sincerely,

Iffa


0 Kudos
Reply