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.dev20230217-9771-cp310-cp310-win_amd64.whl (26.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_11_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_10_12_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230217-9771-cp39-cp39-win_amd64.whl (26.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_11_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_10_12_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230217-9771-cp38-cp38-win_amd64.whl (26.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_11_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_10_12_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230217-9771-cp37-cp37m-win_amd64.whl (26.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_11_0_arm64.whl (16.7 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_10_12_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0841ded01c8d6123506985999e538d108cec083742e36963565c5bc75e7fcc54
MD5 1af9e98ff6b0895cc4c0ff755eb8485a
BLAKE2b-256 6a325ecaace997f1015cb4fa66e3658ee5b22b116e030cd5369ded18490854af

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad5024588947d9b9464f8dc06b4ebf5e9b31d5795506cc73806876f885afec80
MD5 f0c0f4b40775819e37f907b30b81fd86
BLAKE2b-256 4e7516f5647a3946bfbb1e02d3b31210a42d201b075ea431feba6b038a267bd7

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3f90505ced2af85da2004b9ba172fbab62f9a8b0aacb2c38b29f84f178503d3
MD5 44e333137be659615b7f324b84093ac2
BLAKE2b-256 667e0e4ef6aab5fe78486fd0989c2777bdcb66ae771a84468bb32b53b8f7f5b4

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f15b0c6dc12f327956ff06459e0ae4efadb2e3235e7e907325ef622e0ac51cb9
MD5 5ed2b4b9072d44494c4ffec61ff77057
BLAKE2b-256 9107a6e6f879dd183059c6083fbe420291913aa2d4e9e71f8e2f08bcc6b929e5

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 76d0008e948403bda25f4e679122d0997ab8b3dd2f9371c6d727160339124c4b
MD5 4d1ee04445e47718d11429f298fb47f0
BLAKE2b-256 cff9a1f96614f4999c7e825993842d988ade38020aaeb80ffba963fdae9dff33

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24e209152a3edf16977557f58fb9bde1ad5eeee0d389295bcc97f7c209c87131
MD5 185269883e93cf1e52bb0466ceea8f0a
BLAKE2b-256 82eb53f0fab58636961efc5c16d7c33cc8f8cc7feec4b729ad30397193f9aa79

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83f275791ef4e08872214d9486ec7910579188142ac60232a8ad9b5e85abd27f
MD5 1cab7ff2b3819e70d1a28635072c5b7c
BLAKE2b-256 39617f3269d65616461fa4a19f496f590fbb1e3e06f5edf8309a34606aefe886

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02c15ff8c68fe34e0beb91e7a56b3304133f6934597bfd74e576686185b9243a
MD5 d1e5fad7ab1c492c210130903330e2d7
BLAKE2b-256 716458529f1f449bc921245e51c2c7efa9752f5fd9aceb6ccb6aea4acd02ed72

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a1492921f7f27ad0fbce12aff4d54f6eee118a782274d7f7ac33de881d9eb3ad
MD5 12c29bb7f93d4ca930507079a3344684
BLAKE2b-256 bd58a0ae5b8356a037b8bbfe61d55ad00f291c0f5fb0280c575610f089c811e4

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e85a3edc8d001e3121aaf144f394d081e36b4cc6f9866d6cf0a60cfe6bf3e07e
MD5 013f351d29fcbeb9cfafdfc70250c0ac
BLAKE2b-256 85975917e9851b7eede1cc68a34fdefa31c7e122aea4b4b11f86a18e7b9e9230

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ccd16a50ee4a5ec2e39ccc383af78f9f75f8d724817ac4d22a7459c3d7bab66
MD5 8cd7f15c91f019408eae1a0023f2ed92
BLAKE2b-256 9012932a24fcc80dd19a1a9dd577920369f855f1338f1958011e6541c8633e06

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d763265127da8c6c2de04ebd09215adfd8674a46bcb9673f4a247aede3bdacc6
MD5 8093353e51770d0cae21d8c181b947ea
BLAKE2b-256 d60727f42b5916b4054642deb94c827a57da4c33e19460b34140f58bf1611bf1

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 03e79e9f2ad0829df7811f146be2bf352bb7ea40a95a2b78ab577ace5896898b
MD5 8d8c5d34dd13e2bd558ff78e99668366
BLAKE2b-256 2dc32f4c5197c89843d92f9a13739a12be41c707654c03fac969f3f0199e3c07

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f8c52a833954be999af1c1d153f82c7ce95264632f05b540b7f921df909f51a
MD5 3c7c369d2451b8359508f33ff775ad7f
BLAKE2b-256 314bb1220376710664753d86861b2608692390f4545df8119a893b91ab51523a

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 127c681fccc6eb2d945c2d2eaf1afcb954bda7535ff946c6abd854b1a589b6c5
MD5 751931ea2df37d78a53f53563741a6b8
BLAKE2b-256 582890ebb69d4ef11d4b86d8b69ac1e68cafd024b579ecdf9ecbd0d51f28f8d7

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230217-9771-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95e09ac298732ba85423455f5bcef729a81f6702b1fa67fdb032c42409379df0
MD5 290e53942b979d00d845c34d7b731184
BLAKE2b-256 b672a0d55f67f11efb2679602c29a37f47881b65d266033f2cd48d29f028f3e5

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