Skip to content
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

[DOCS] Trobuleshooting for ImportError - master #24652

Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ Run the command below:

If installation was successful, you will see the list of available devices.

.. note::

In case of any issues with importing, refer to the :ref:`troubleshooting page <import-error>`.

Congratulations! You've just Installed OpenVINO! For some use cases you may still
need to install additional components. Check the
Expand Down
16 changes: 16 additions & 0 deletions docs/articles_en/get-started/troubleshooting-install-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ Troubleshooting Guide for OpenVINO™ Installation & Configuration
for Docker. See the `Docker guide <https://docs.docker.com/network/proxy/#set-proxy-using-the-cli>`__
for more details.

.. dropdown:: Issues with importing Core name from openvino (ImportError)

.. _import-error:

While verifying the status of OpenVINO installation, the following error message may prompt:

.. code-block:: sh

ImportError: cannot import name 'Core' from 'openvino'

To fix this issue, you need to install the `Visual C++ Redistributable Package <https://www.microsoft.com/en-in/download/details.aspx?id=48145>`__ .

.. dropdown:: Check the version of OpenVINO Runtime

To check the version of OpenVINO Runtime, use the following command:
Expand Down Expand Up @@ -110,6 +122,10 @@ Troubleshooting Guide for OpenVINO™ Installation & Configuration

If OpenVINO has been successfully installed, you will see a list of available devices.

.. note::

If ImportError occurs, install the `Visual C++ Redistributable Package <https://www.microsoft.com/en-in/download/details.aspx?id=48145>`__ .

* If you install OpenVINO Runtime using the archive file, you can search "openvino" in
Apps & Features on a Windows system, or check your installation directory on Linux to see
if OpenVINO is there.
Expand Down
Loading