Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™ Runtime

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-2023 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.

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-2022.3.2-9279-cp310-cp310-win_amd64.whl (25.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2022.3.2-9279-cp310-cp310-macosx_11_0_arm64.whl (15.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2022.3.2-9279-cp310-cp310-macosx_10_12_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2022.3.2-9279-cp39-cp39-win_amd64.whl (25.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2022.3.2-9279-cp39-cp39-macosx_11_0_arm64.whl (15.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2022.3.2-9279-cp39-cp39-macosx_10_12_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2022.3.2-9279-cp38-cp38-win_amd64.whl (25.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2022.3.2-9279-cp38-cp38-macosx_11_0_arm64.whl (15.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2022.3.2-9279-cp38-cp38-macosx_10_12_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2022.3.2-9279-cp37-cp37m-win_amd64.whl (25.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2022.3.2-9279-cp37-cp37m-macosx_11_0_arm64.whl (15.9 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2022.3.2-9279-cp37-cp37m-macosx_10_12_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2022.3.2-9279-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 331b8796863934d35c2eafcb401eb0c580bd632bbb83c202d49acbd79d2d8af9
MD5 0df5a1eda6b620522f6353c3888b9070
BLAKE2b-256 c43fa4a85dc4141e0c8acf330a4c006433d2f447f65a1afc2ab521a3257daf71

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab4a54f0841bdcfe5fd2c654a4a8c0257991aa2aeaf65fe9498cd6b7a20bd84d
MD5 e4451405ba7cd802acb0258086cb2d9d
BLAKE2b-256 df6f44de968108af6194e3a156493a2ab0003a03d51b5dfff9853cee055aa922

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6752b7bbc23fc0632f660bcb2ca75c06363ab56b04283f0c268c7b4c949385e4
MD5 45dcac332fc936f0f8eb44d4a9d300c1
BLAKE2b-256 e86a5b0a2e3640af1d62b8342bd24f0c25242249c88834ee1189b52e50a9cd53

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b2a0cf6a3f9b04f068a36d60a02db125ee2ba17742e3ef11cd690af50c4d163
MD5 1d660b6abb0907a11c1ffc20aad29d5a
BLAKE2b-256 a6f73b8b249857853e5dea2018fbe70a88f925349eb6315f8df8f4beb97d4fd4

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fbd560928344316c61bd438acf3820cb7a0fd56263bc0138c4789dfe0a25c86e
MD5 23e64ef1f6f8293976317ede61761cfa
BLAKE2b-256 6c6c8e07130b2a25aef4576a1dea82f03189b7047f03c434ba657719b93920bc

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06a6eb968aab2974c4a5d847932995db9c6a91406757a99bd197e46d18919ff5
MD5 2929305af5615864b000856c872452c8
BLAKE2b-256 9c78ec10a83f0aa62c6c429536c206ae13ffb2ed6f11d3da779fbec4b74b8fe9

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc5d5f6cea581d147083b48a34eccbb1dcf19011811554bf7e54e16ae7ada9e6
MD5 21dbd9665b56b1bcdd738dbcee211a77
BLAKE2b-256 ef6fa2dbaf92df711640ad9f52a9e8ba926704e269f63438ab9a704533a582fd

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66efb32bcdddae196741928d6da0682c3b016fa77dce81d3c4fe627821ad5f70
MD5 d9fb0c1bdacb78dfed7407f22bde6b08
BLAKE2b-256 8354ad7a6078de3c7fc0aa1bf758baa4baada49263b31db508f023446ab73c65

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a25a8372513749d67776c58b5cc2c0ecd82b5496c1691d950ecab437bc9f6e89
MD5 b97844c2ea500b0533f76ee5bb75af9e
BLAKE2b-256 47da6c17f68744d10e34317544f6a93faf74ab3d802c9ef6294be840b962de00

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61263d514e938ac50cf988f493c847ff3ce533f62f7653a086a04a2d9bcbf3d6
MD5 df8f0246398f5216004164dabbb3f06f
BLAKE2b-256 68fa6c1c48f1dbdfe22bf6865440a4ce4ea948a6606bb1ed7c755061510bb3ea

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ad7e1df79227e50a3e9e5f331e36991f818658d65156b97b203fd2cedb63f25
MD5 d4dafd9ac60466d798dbd67c1c3f2712
BLAKE2b-256 c18d30e7e5a5437d6c30caec4d0f13d89df70e81b1d45ab7d20c4005d4b5248e

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b5ffc945eb1dd4485a53d10241e210c848bcf05c7d5fd1032d2ce6a12b9df09
MD5 f6032fabb387a97bdfc836c6fd778a34
BLAKE2b-256 572b8a01c2c3da193d23e97734eda92f53f23f13b68492f275eea9b2e218cbf6

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b2f7b7c35559354da7a5c203ba94197638bb8b137fce17149f4f83c895c3dd30
MD5 430d69ce1874b7e60e884a916bb8c564
BLAKE2b-256 9d13f1ba81c1304ff9ed64f455d9db0e1ed38ea53b27ee1dd0b7d57abfde2a36

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1325dce9c4887bda3fa651e4bcabf54dee8dcb83eb3161e2d41a67d4177e1d3
MD5 fd9cefb188ee566d76db2b13ec43dec9
BLAKE2b-256 a18a09c21bdceb064e74402251f0905e2610dc80089739f46e879e8a6c4240a7

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e55ae2ff5fe22c46d22f6e3da15755cf6983bc215a8967a325311cf119e7dc83
MD5 ed681d327c408b8d46fd13614e85afc8
BLAKE2b-256 2308e10970a7c7edbdd6652f96a1fcd48296a223d34e2603ffaadd60f2500257

See more details on using hashes here.

File details

Details for the file openvino-2022.3.2-9279-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.2-9279-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63c6f5209ff7a3e4698c981ab6002b022c8cb62ef0816023811a71339aec0a97
MD5 02fc0d78e19c843acef9b04d67d87b47
BLAKE2b-256 22aebb4abcf8157001575d099a4bc39c150cee2dde4bd511f69e95550a6ec327

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