talent
talent
openvino version is 2024.0.0 ``` pip3 list| grep openvino openvino 2024.0.0 openvino-dev 2024.0.0 openvino-telemetry 2023.2.1 ``` pip3 version 24.0 ``` pip3 --version pip 24.0 from /{venv_path}/lib/python3.10/site-packages/pip (python 3.10) ```
> Could you please try: > > ```shell > python3 -c "import openvino; print(openvino.__version__)" > ``` ``` python3 -c "import openvino; print(openvino.__version__)" Traceback (most recent call last): File "", line...
@ilya-lavrenov when I checked the openvino folder in venv, I can get this list like below ``` $ ls venv/lib/python3.10/site-packages/openvino frontend __init__.py model_zoo preprocess __pycache__ runtime torch helpers libs _offline_transformations...
Yes, I have installed python3.10 ``` $ sudo apt install libpython3.10 [sudo] password for tk: Reading package lists... Done Building dependency tree... Done Reading state information... Done libpython3.10 is already...
Let me update the Issue description First I installed openvino==2024.0.0 in empty venv, it worked fine But when I tried to install (model_zoo api package)[https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/common/python/model_zoo/model_api/README.md#installing-python-model-api-package] in same venv, the issue...