Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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; print(Core().available_devices)"

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

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

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.

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.

Release files for openvino 2023.2.0.dev20230922

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 2023.2.0.dev20230922
File
openvino-2023.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.12+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.12+ x86-64 Details

Total release size: 557.8 MB

Release files / openvino-2023.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl
Size 28.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
567aaf53a1925cbbb5bcf047ad56501acca0b02ef6b8491d8e98f5914bc2b135
BLAKE2b-256 checksum
How to use checksums
5c8c703403e274e8b7a7444889767538d484908e8536e4ab5a934dc41ce4bb2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl
Size 24.1 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64
SHA-256 checksum
How to use checksums
4ba0ab003f920c7b3a4029f93d372ebe33123631552f5dc386ad8851efb13d8c
BLAKE2b-256 checksum
How to use checksums
50bedf15759b5794bc61c0d1212a3bd518a86661c76abc3427b7a44446a91512
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux2014_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux2014_x86_64.whl
Size 35.4 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
75b354fa97c547d67e1db71d9723de741ada47e488316407c478bc671d43d69e
BLAKE2b-256 checksum
How to use checksums
441c1f07db56aae3f1f1962099c0756fd14940824d0e4d5867356d8be0f527ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl
Size 21.4 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1d1dc928602b974cd4d8d6e1686f63caea37d99747f528e03be512319845fbc7
BLAKE2b-256 checksum
How to use checksums
63cec33f95fba68e407d0f13c2e77a1e9b1efdc0f87aaa233e5c1b49d1406d75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl
Size 29.8 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
20cb4dd8c05d25ce71b9890ae8b4300ba338b4d1567e15793ff4fc5f93467ec0
BLAKE2b-256 checksum
How to use checksums
625f79668b4824450b5ba769421c4285f2482a1e9dbb0991465f62f2f10eadcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl
Size 28.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
54b66e2e4c0b192333cf6dfdcd8d2196003cfc0d4e9126e57faa3bddc54eba7a
BLAKE2b-256 checksum
How to use checksums
f99e6b23c327163edbef66cb7a44fbee74819d432cec68d531ce248e4d521fe5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl
Size 24.1 MB
Tags CPython 3.10 Linux glibc 2.24+ ARM64
SHA-256 checksum
How to use checksums
79b81b3be2be7d18026b48d865097be7abcac0e3940d99e5ad2601579f52a347
BLAKE2b-256 checksum
How to use checksums
c795526b8c199b7a85b7a769ec263d5cae5282f4138c1982cb03d21859b6ac0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux2014_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux2014_x86_64.whl
Size 35.4 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
dd72091f96d5dddcf7ad559a4169d9727ffe248b0b5547179aadb308b0ad2fb1
BLAKE2b-256 checksum
How to use checksums
b309e381b8072a8644d21ae9c16ad2682bd80422f3a154f13305faa1fa52fb67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl
Size 21.4 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
de16a93702c7d56b06439f0fde6d247827611fc25b2921332f14cb5ebe03c895
BLAKE2b-256 checksum
How to use checksums
bf4523d9e71e1001145105ca0f4dac2ce37c4dfae9075f40b5d71ec2759ec630
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl
Size 29.8 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
869370d82f37eedcfd35e6eb9bf135b5ac14899db5cfc2a3c770484013da6b46
BLAKE2b-256 checksum
How to use checksums
62735c325c74e35bc06a3f87b31bf7b28fc0907b9c7ab23f806bf6aa1664075b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl
Size 28.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
ab8a0ea7f510371e4f37a17c58633e45daf72831235a755a5b1cd91f7213e5e3
BLAKE2b-256 checksum
How to use checksums
4f6396f201ef28b09d1d2ebfdf39ba6bbd1964a9f5167141663a6211fa3fb6d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl
Size 24.1 MB
Tags CPython 3.9 Linux glibc 2.24+ ARM64
SHA-256 checksum
How to use checksums
9252d57fe2331c9c0fe5e206997d78d68dd814364f0e075263d342647cc271c6
BLAKE2b-256 checksum
How to use checksums
7db97471d474f3e404e928d69d0382c230527dcf353ec7950d05a8611df07afc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux2014_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux2014_x86_64.whl
Size 35.4 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1007930b996614253d1fbe9e9f8ebdc9ca0a58574b6f72119d1601c847cb5e04
BLAKE2b-256 checksum
How to use checksums
377f7c681b3828e77aa1442ce6d76f159649caf167a237112d6b9a04843dad76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl
Size 21.4 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fdf122df7b7416ec41ad92097a5a6bae3a14918be5bc1957679e5383975e5437
BLAKE2b-256 checksum
How to use checksums
77e1ff4a9a231983eb64d6e86ddfe21b62ddacf5eeddc713ef942566fa851ef0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl
Size 29.8 MB
Tags CPython 3.9 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
dd14fb9d50cd480b8bbbe709e6df38697c770d4b50999c55c92fda2b4b0296f1
BLAKE2b-256 checksum
How to use checksums
0065303da25dddf5dc969206e3f1d996f83ec18f05cd3a12a4b731705f49be68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl
Size 28.8 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
197298e14b666ccd9e3eb5846d71ebc444bfc014c7895c45495d5bba3d854d44
BLAKE2b-256 checksum
How to use checksums
370e2cde10c0f1b8458d289993eb36061239806626a98fa4cfa09f793cd89a00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl
Size 24.1 MB
Tags CPython 3.8 Linux glibc 2.24+ ARM64
SHA-256 checksum
How to use checksums
0e67316261cab7d81911f8f8b484f81d8988321b9490e52960c4c60590619075
BLAKE2b-256 checksum
How to use checksums
03bbf798a0eaace40342714c27c2e635026cdd06eca19ddd262def9f0e462047
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux2014_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux2014_x86_64.whl
Size 35.4 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7f929a02ec2bbb855fa9d26428489e7a88961f6cedf772eb6b5954aa8761a8e4
BLAKE2b-256 checksum
How to use checksums
7a5a12fb44dcab70924088b135abfd4e89d2e58843311badf28971e928c527db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl
Size 21.4 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6a208d452148f05c67f43cabd155ad89e492804a94b6d2caa774022f7a5b3840
BLAKE2b-256 checksum
How to use checksums
1e5ee6e222b8cbcb815abefae336bb0cf02ff4d4576bf7869d4613f38565d765
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release files / openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl

Download URL openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl
Size 29.8 MB
Tags CPython 3.8 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
ede2ea4390c6480a978a0c5254bf878156c3b1cd34dd7bb824e1fd91ce0dacc7
BLAKE2b-256 checksum
How to use checksums
841bc0d448841012f20e8ebb868a9622c716d52d3e2856881c2cce8cf1f546c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.2

Release history Release notifications | RSS feed

This release

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