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; 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.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-2023.1.0-12185-cp311-cp311-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.1.0-12185-cp311-cp311-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.1.0-12185-cp311-cp311-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.1.0-12185-cp310-cp310-win_amd64.whl (28.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.1.0-12185-cp310-cp310-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.1.0-12185-cp310-cp310-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.1.0-12185-cp39-cp39-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.1.0-12185-cp39-cp39-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.1.0-12185-cp39-cp39-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.1.0-12185-cp38-cp38-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.1.0-12185-cp38-cp38-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.1.0-12185-cp38-cp38-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.1.0-12185-cp37-cp37m-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.1.0-12185-cp37-cp37m-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.1.0-12185-cp37-cp37m-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.1.0-12185-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84542ec56f24c1b055aba5cfbee65bd1f2e67287c71af9f260f6dac52f0e8f2e
MD5 531e2f45eaf2eca49e37aed13cdd9e0e
BLAKE2b-256 e5b16cc8b15910d90252663ebdfced1d6b9b7f0f0ef494cbe532e70044ea04e1

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e02324664f8f6c71a5bc191c1bfc09e4c7ef97e57e5401e6b74048e9f2356887
MD5 29f128067a428a355cd9ff67e6728dc8
BLAKE2b-256 b43a497c1d501ed6aad9304c5ea58e82f52485575fee2d5ae5f07877165d9c95

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp311-cp311-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 682d9ad0dfc3f245f286095725eebfc95f15d6983eabedd391e54d9f2177d367
MD5 a3c2658be59379690744bef1fff524bc
BLAKE2b-256 22c5f6da0eae8ca8b1e51d343cfb5b36f5a67a909248717dba1776e578f1a42d

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccdef291a6a3e84282d9146d008a0e6d8a1b43fe7e7a803d319f20f937c6d939
MD5 2106e0186a5ff42481bd48a4cf6b2c99
BLAKE2b-256 bce4d315f5a0dce0a50a8e9b83656e16e0cd2e318618d4ed4c791c03374db88f

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9d41c034f680b5c86aad2d1ca5898a53f040c7e057628405ab71604a4901a50
MD5 f94f0fd576f26e3c4ddf23b4e54a95a3
BLAKE2b-256 eba894f92c16617099b5f3974b9056eea5846d9737506bbf7ec55403d1c84085

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8d5e7affb6b63ec4eb3fbaf41f427aaf36785fdf8de5c95a06408850768767e3
MD5 5247e6cface302d82020ba78df36c624
BLAKE2b-256 71997e60fdefa56f6a0fad18e415bcd665a2cfa2afd644f9e1a69b3476373b45

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b695a5219b6c87468f2022e5388129bf877cc5098552b1bf07b833949300f4a4
MD5 9a7877069c6f4cee383230e786222ce9
BLAKE2b-256 b1faa2da6283a4f0d8c5f8bae56e88bf0310efca249c6c9a450a4b4c8d38dde4

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp310-cp310-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d4fbbc58639a0afa82d7945bfd001f75e00f5aa116d63e211556d9c151640af
MD5 6fe8c31ac70a856f5d174469086d617f
BLAKE2b-256 8e09d139e1c844c2ad017244a08b0650a6036417938e959c2ad8f9e8f74e12de

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35619e9d3c56be727770dad8a440010dfdb3864b1ccf51d3ff0acbe3efb613a4
MD5 3bc6bf956c1d94a15248f647f53b78f3
BLAKE2b-256 f933da6b4a6c9457acf62559bf007bb172231e596096593ee48840d5bdfb7e88

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 350fd1c3eeb36f143b0189b909e1f1608114e95c9fc54f5b7c1672940b796c9a
MD5 bde54ca7190fe40f6035d99154eccc29
BLAKE2b-256 e206232f1c360c3dd9c46aa2e503813cb93e58d1924ccb70b2d1373113d839cc

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 967468476b1bfb2f0aced8797dfa420fda2aebd9f814351112bcb83cdaf993cf
MD5 3f3cebdb2ce457c651945dfbc1400b1d
BLAKE2b-256 6435b41275e7b3b32e4ce8a75f042ce82a144ac24b3ba7596c984e49878b5f50

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e47316a07d3cc1e9d1696d663017a39a29b2e89f090febf4d1a9fa5458a9e847
MD5 d17a49472fe607cf3915b2f2db4f490e
BLAKE2b-256 23fe1470da695739fd7fa9603f2523b378ce283348c4adfbd3f927a977b59d04

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 992e9bb649dabe378a5b35830981bb24b6cb5fa9d70f8b9811acfe91110c3173
MD5 0ffc31d4e934e4824c337c7097095583
BLAKE2b-256 c86f18b6451e3c4833c49ce30d991de34c4346e9e9cc30caa4f64652a9f821c4

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e7de6c9bf75a897c94425e9eeeecfcaae2de12ae0cfb30a2b66d52164bf1db4
MD5 5bb8bb8e67e50cc429675af70a9c9a22
BLAKE2b-256 da83560482e97ce76068e09104471546ee612480d434e42bfb4a911a0b7453da

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cba3ebdd35d5607a8d5f35d3248ab624ceff88a0443819848db9750769f42f4e
MD5 ab7d9dcedeff0c94d56f460514729fb2
BLAKE2b-256 4652bf86e1cd833d6f114531478623eec26b851aa2f8115f27ffaba642629171

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f06e32ed4ee7fe9f3c3262b8d0d36d66d1b8d830fb97fa9126884f9925e6e209
MD5 b26883b40db6cc95ef78d7cbc67a92bf
BLAKE2b-256 93a4c53906387bc9f5c8a96a2443b85c77ded84c93093b5133163e99ea2cb538

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9df6ae095bdb3f35c22066af6000d70ab9659dcc7a686175c361a1cfb47c7f0c
MD5 dee2e922b8d71e80fe7621d07313fdc8
BLAKE2b-256 1551578354b3f87befd9c5e7b2b1f4235952e4fafe7d259ea29000ea9c68fa52

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af93b7a6aa8957e50c20caa5766658eda19e4bbfe78794287267bbc53e69cc64
MD5 13b235c4664e7d4d939774b4aec48660
BLAKE2b-256 3f390161cb18069f68c5f5596b313a12e1d6307c8ff8527ba3c5f240b106d97c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a963cd45a4fcde819622ff10f4b7336a49094c2ee0f992caaed8316883b89e36
MD5 902862322bc7046263179cfa4414ce61
BLAKE2b-256 182df31e5c52e591850bcbb28e501cac134ab4ab65de828e4265eb20e2df5fab

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e12ac5037932d93a5a8b5d15f167aae21ccf52e0cfdcaadb989fa3d6db7585f1
MD5 323d6a68c746a5ee6e5385bd5fb58efa
BLAKE2b-256 30ddeadf94c50d3ad4f30b2e2f4c7eb50a592e401ae861ac833a517d99e27b9b

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 20d7c22cddfa1df3861db2e6b7160bd97962ac2fab1422f8ba04128e1d993d16
MD5 235e958c9a2f5d23914952717891a4c6
BLAKE2b-256 43103cf4f5ff03392952d10f1363ee97be03d569ec8ff0a2d9742c29d52d0515

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2b78681ad00c4af92e63f0eed27312d21e3b94b843897289b75b39c31d5a2a5
MD5 71988ec148afcff0c5db64c05a297488
BLAKE2b-256 ecb17f0079a5690bc2dbd6e5f9ecff9351bbf0a8a00841ebf6b402d8628fb835

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94e6ad203523b59a250a57600c665b2db5ac308c7a7673bad7aca5c0a1eb41bf
MD5 6f21632ae52cc98ea45d0350b12d4480
BLAKE2b-256 01b4623a32b04f06df94224bd2285b20d904ed58c9f4bbc2ca3bdafb13e8a993

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0-12185-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0-12185-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 443b14b8aad85c853c90c1c35e588e526ab998048d8885c7271845ff53e67d8c
MD5 c2c92abcb8e4a9644b059e4ecd8bea94
BLAKE2b-256 a4b0ade2ebd9904cf5b4a77f779125d620a65d68ae86256da902b80273d19546

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