Skip to main content

OpenVINO™ Runtime

Introduction

OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applications and solutions that solve a variety of tasks including emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, and many others. Based on latest generations of artificial neural networks, including Convolutional Neural Networks (CNNs), recurrent and attention-based networks, the toolkit extends computer vision and non-vision workloads across Intel® hardware, maximizing performance. It accelerates applications with high-performance, AI and deep learning inference deployed from edge to cloud.

OpenVINO™ Runtime package for Python includes a set of libraries for an easy inference integration into your Python applications and supports of heterogeneous execution across Intel® CPU and Intel® GPU hardware.

System Requirements

The complete list of supported hardware is available in the Release Notes.

The table below lists supported operating systems and Python* versions required to run the installation.

Supported Operating System Python* Version (64-bit)
Ubuntu* 18.04 long-term support (LTS), 64-bit 3.6, 3.7, 3.8
Ubuntu* 20.04 long-term support (LTS), 64-bit 3.6, 3.7, 3.8, 3.9
Red Hat* Enterprise Linux* 8, 64-bit 3.6, 3.8
macOS* 10.15.x versions 3.6, 3.7, 3.8, 3.9
Windows 10*, 64-bit 3.6, 3.7, 3.8, 3.9

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

NOTE: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only.

Install the OpenVINO™ Runtime Package

Step 1. Set Up Python Virtual Environment

To avoid dependency conflicts, use a virtual environment. Skip this step only if you do want to install all dependencies globally.

Create virtual environment:

python -m pip install --user virtualenv 
python -m venv openvino_env

NOTE: On Linux and macOS, you may need to type python3 instead of python. You may also 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

Error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio"

On Windows* some dependencies may require compilation from source when installing. To resolve this issue, you need to install Build Tools for Visual Studio* 2019 and repeat package installation.

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.

Release files for openvino 2022.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for openvino 2022.1.0
File
openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.27+ x86-64 Details
openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.15+ x86-64 Details
openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.27+ x86-64 Details
openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.15+ x86-64 Details
openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.27+ x86-64 Details
openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64 Details
openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.27+ x86-64 Details
openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64 Details

Total release size: 299.6 MB

Release files / openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl

Download URL openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl
Size 23.0 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b419593984286a746cf72b33c23de03a52d746c3c9008f2155f3fccbb4858524
BLAKE2b-256 checksum
How to use checksums
47ea004cc548b0bb24bba9980738a24bcd80a58b49b32e7975cf140cc5dc0c97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl

Download URL openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl
Size 26.1 MB
Tags CPython 3.9 Linux glibc 2.27+ x86-64
SHA-256 checksum
How to use checksums
c4326526607be65a46dceaac28ae1db5bc4ebb1be0ce72b0648bd0af68e6fef6
BLAKE2b-256 checksum
How to use checksums
91c0b2011e81f7e11cb9a93fbc16300b12797323ea862404d0fd3c05c91e9a85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl

Download URL openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl
Size 25.9 MB
Tags CPython 3.9 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
36736a9dcd4dfcffa0628cff153c05f81748110575aa5eb560584e3dc4514f68
BLAKE2b-256 checksum
How to use checksums
0b08e2afab6d37172665b2eb22f9e73f1ecc3730d8959b8b725efd29dfd9a94b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl

Download URL openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl
Size 22.9 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
156faf8c793200bc40c906a19a045865dbf966f026152d2bed2d3aaf14d8c80a
BLAKE2b-256 checksum
How to use checksums
e5f597670d2a9428278a965dd003e59642372b49eed9e2689a724739d119c6c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl

Download URL openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl
Size 26.1 MB
Tags CPython 3.8 Linux glibc 2.27+ x86-64
SHA-256 checksum
How to use checksums
bafc58f802dddd47752e9beb8fe36d1f88493f48b647c57bb811f43e92c807c3
BLAKE2b-256 checksum
How to use checksums
dea1760a55d78e086e2e46d7f138958da91438b00c67f9732eabd28e2b8897bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl

Download URL openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl
Size 25.9 MB
Tags CPython 3.8 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
d99fd6c70cd826af03e76fc5059d07008067d7e5aab0688b3307af51d26a56cf
BLAKE2b-256 checksum
How to use checksums
5aa3e8ecc8e2a97b0426b6c11fbde1336442043ac6f836c1127b93f6b142bb6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl

Download URL openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl
Size 22.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
8166617a41247f308be3d7b7f974c39e9c5db4db06c2904c87124579e08b646a
BLAKE2b-256 checksum
How to use checksums
336c77baf7dc7776afd05481bcc6810461c4cff6b56865a06e705467ecb5e67d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl

Download URL openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl
Size 26.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.27+ x86-64
SHA-256 checksum
How to use checksums
33f1fd08232ca35e84b45807a1bbffd169c3ab25b23b28f3e75b7363b54f3ffc
BLAKE2b-256 checksum
How to use checksums
ecc5097ffced61829ec7a087ab83cebc6575d37c9d53338c58ba3f28c3370962
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl

Download URL openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl
Size 25.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
2346fa33410b51a594a5d1ea58824a4ecd54873a569333fdbd171c0537193ef2
BLAKE2b-256 checksum
How to use checksums
0f991bd8c601a551248cca598ece9761869068c6bbdb6ec0686d059e2b97ed81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl

Download URL openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl
Size 22.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b3b48d783af05132852cf7e4933ed0e1718c892cdab5338213c96b421e13e9de
BLAKE2b-256 checksum
How to use checksums
4088fea66fa8ff7a8e63b9803ff4dbe7d8c1d64992e3bef545af2fffde16ddc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl

Download URL openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl
Size 26.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.27+ x86-64
SHA-256 checksum
How to use checksums
0ed9842e833dc731b207be21f6f272995e461c1406b1227c4efdfb8cb8e723cc
BLAKE2b-256 checksum
How to use checksums
0a44488d4a411bd1177f20b9ce30d6d04336cb4fd3a6a3c9d5013b80f4d83173
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release files / openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl

Download URL openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl
Size 25.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
bfcc9655560ecaf898db869462e9e91eddbcb3dbcd7f6bc186ad98b8fea632dd
BLAKE2b-256 checksum
How to use checksums
7742070d7192e2109c00ce7ce1be3cdf44d109e35f7c02e98d132c525bb10c40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

Release history Release notifications | RSS feed

This release

2022.1.0 This release

12 release files

2021.2

7 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page