Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™ Runtime

NOTE: This version is pre-release software and has not undergone full release validation or qualification. No support is offered on pre-release software and APIs/behavior are subject to change. It should NOT be incorporated into any production software/solution and instead should be used only for early testing and integration while awaiting a final release version of this software.

Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing and deploying AI inference. It can be used to develop applications and solutions based on deep learning tasks, such as: emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, etc. It provides high-performance and rich deployment options, from edge to cloud.

If you have already finished developing your models and converting them to the OpenVINO model format, you can install OpenVINO Runtime to deploy your applications on various devices. The OpenVINO™ Runtime Python package includes a set of libraries for an easy inference integration with your products.

System Requirements

Before you start the installation, check the supported operating systems and required Python* versions. The complete list of supported hardware is available in the System Requirements.

C++ libraries are also required for the installation on Windows*. To install that, you can download the Visual Studio Redistributable file (.exe).

NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated.

Install the OpenVINO™ Runtime Package

Step 1. Set Up Python Virtual Environment

Use a virtual environment to avoid dependency conflicts.

To create a virtual environment, use the following commands:

On Windows:

python -m venv openvino_env

On Linux and macOS:

python3 -m venv openvino_env

NOTE: On Linux and macOS, you may need to install pip. For example, on Ubuntu execute the following command to get pip installed: sudo apt install python3-venv python3-pip.

Step 2. Activate Virtual Environment

On Linux and macOS:

source openvino_env/bin/activate

On Windows:

openvino_env\Scripts\activate

Step 3. Set Up and Update PIP to the Highest Version

Run the command below:

python -m pip install --upgrade pip

Step 4. Install the Package

Run the command below:

pip install openvino

Step 5. Verify that the Package Is Installed

Run the command below:

python -c "from openvino.runtime import Core"

If installation was successful, you will not see any error messages (no console output).

Troubleshooting

For general troubleshooting steps and issues, see Troubleshooting Guide for OpenVINO Installation. The following sections also provide explanations to several error messages.

Errors with Installing via PIP for Users in China

Users in China might encounter errors while downloading sources via PIP during OpenVINO™ installation. To resolve the issues, try the following solution:

  • Add the download source using the -i parameter with the Python pip command. For example:

    pip install openvino -i https://mirrors.aliyun.com/pypi/simple/
    

    Use the --trusted-host parameter if the URL above is http instead of https.

ERROR:root:Could not find the Inference Engine or nGraph Python API.

On Windows*, some libraries are necessary to run OpenVINO. To resolve this issue, install the C++ redistributable (.exe). You can also view a full download list on the official support page.

ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

To resolve missing external dependency on Ubuntu*, execute the following command:

sudo apt-get install libpython3.7

Additional Resources

Copyright © 2018-2022 Intel Corporation

LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the Apache 2.0 License for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details.

Intel is committed to the respect of human rights and avoiding complicity in human rights abuses, a policy reflected in the Intel Global Human Rights Principles. Accordingly, by accessing the Intel material on this platform you agree that you will not use the material in a product or application that causes or contributes to a violation of an internationally recognized human right.

NOTE: This version is pre-release software and has not undergone full release validation or qualification. No support is offered on pre-release software and APIs/behavior are subject to change. It should NOT be incorporated into any production software/solution and instead should be used only for early testing and integration while awaiting a final release version of this software.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

openvino-2023.0.0.dev20230427-10862-cp310-cp310-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_10_12_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230427-10862-cp39-cp39-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_10_12_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230427-10862-cp38-cp38-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_10_12_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230427-10862-cp37-cp37m-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_10_12_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 501eeb33fec7220b50f9c57083ac88c392c898fa49171fcc2f197989a23d89d9
MD5 79f62279116c1afea551741174c0ec97
BLAKE2b-256 bec45e747af3fce09ddbd3b66701e488f48250ed9774041ce717e29736d1a8b5

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e4ed5cee4f602a0d61156b422a18e3eb2bb22fa04a09b7c33db883eee791b19
MD5 0196445d5256d06179cd7e5cb8f2b5a6
BLAKE2b-256 d683d456a97350e84d3abfa3aa19ed6ff88150de216ef1e37eafd957b2e6b2fd

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51b057db86cfcdade714109ed61dc373ec9ab4760d14e070c3e5cb1a7976dfeb
MD5 5c15361bb357c761478e7ba7c0ff1b89
BLAKE2b-256 54945f48ffa5a4c6b4181baba062394e7701b0ffb868fe69d5be6c4ee934a173

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ee80fe107f6899291f20b5d4d909748180d2e24976b6e884e9776630b1b5eee
MD5 5a26bcf6d5de977088c3678404608162
BLAKE2b-256 d545e31b20fde327ccd75566bac439758718e34035004d30a808c2c93f4c64e2

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed17175bd49f430144ee96d2382e9e5f36306449620cf1a98be948ef51ca0e37
MD5 9d01c2124b4bb0365f5c246330dc25d3
BLAKE2b-256 c4884ee3da6df53bdaf9fc08d7e71ebf8bf158041285ea5434db088c679b2b9c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e4525e73cdccd21ba8fb881c6b1286ab864a889c1643789a0eebebb4fc5670a
MD5 32146980db92400dd51a7d78567b7ee2
BLAKE2b-256 2d79cddd42ea5eac5f04864b1238603c92b440056346845ab7250565ef4f1244

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 252b1dcb15bdaf01f80fc9d2765b183cd30bd71c2d5e6946a88865e885395dd7
MD5 44f42621542f21d190d2bd3133b8025f
BLAKE2b-256 3b3b7594615602e75a76d1dd52a05949d82cbeb5a3e873000e0ce70a08614b2f

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c90886a342252ab0d66b760ddae82b2dad392b5d0ae365ef3f5c48ed8bb58387
MD5 84efa8caa448c82448d8d73e8408e9f3
BLAKE2b-256 89abfe3f6c4c542f8887f1b4ac15d40c0c8e7dc617941e7ac2f647674053a481

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 68f497a7ad458bc787b7eb1bfebb3c1fabee7b9d7ecda5b2917791daa27e84a1
MD5 8be0c30293a71acbe6a55e787e69b758
BLAKE2b-256 bc2f5ecdea6b16ecceb97444dc15c613fde3a055c6a1ab3997b156df9286bf43

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e97aedb821d08abaf12186fa9618967b09a610a8f788f086b5dd289776903e39
MD5 9fde9960899da2d1f588cf5c178ce8b2
BLAKE2b-256 cf36ce1d63c8c6de983bbb40c278efd7d55e39d2cd502b8d60f35284bdaaf899

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bc7c8deb51530e88285fa7197caf0fc5745e434013b462f44f225ce581c0e51
MD5 a55307968fca8fc0bcdeb9a26ccab635
BLAKE2b-256 6889d5f070e84cb9f4faa3b3e881b991daaefb0064e80ee2ca6341484eb87642

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 390ca220a347dbc4bbf33366078c6ac95ffa3af384e8fd4b1db8a81355746893
MD5 f1edf7be3c4b510a450c119df5f2fc8b
BLAKE2b-256 9a916075796250361383ca03e921c9f17a41f389b0bbc81d9c331e0415f0c260

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 037550842997307fb891e09fff6251ee31c59d3d4f98a4a4be0143b5b53c775f
MD5 9b23f048928d34611de91532938cd698
BLAKE2b-256 df4b0f14cca5a4872b621264d82e255eef8249670c1d64c431b766b19b4ab878

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97fac87fe93239cfdd2a6f94b0613f2e8dd4e6f23d5a68d4ac8d3ca9e1f69432
MD5 57853a64a95783f55c902e58a416776d
BLAKE2b-256 bbf806b3bb51984689298e09077d279e0fc214acca412c2e174417886b8a901f

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76f3abaa35cbb0f2f5c9be3200476c97c9b9fb8db71d13b36548b7d704aad61a
MD5 f87b0990564f62b0a9bf6ef1d8b45609
BLAKE2b-256 4c1d00c820faaefd5f8157fd88ca75195f5a523d272e9103f86aaa73de026d65

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230427-10862-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c94d24eb1cd662d3b317044d6f4ace0261d05b276868b8e910e739467d0f9e08
MD5 d4601d66e5ba71d99fd1ee48a70f2f32
BLAKE2b-256 c44a3d0e7f3d1af8df2431197f3237f50e70986a6f3baf86b1f95bb045f4e078

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page