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

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-10926-cp311-cp311-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.0.0-10926-cp311-cp311-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.0.0-10926-cp311-cp311-macosx_10_12_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.0.0-10926-cp310-cp310-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.0-10926-cp310-cp310-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.0-10926-cp310-cp310-macosx_10_12_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.0-10926-cp39-cp39-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.0-10926-cp39-cp39-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.0-10926-cp39-cp39-macosx_10_12_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.0-10926-cp38-cp38-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.0-10926-cp38-cp38-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.0-10926-cp38-cp38-macosx_10_12_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.0.0-10926-cp37-cp37m-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.0-10926-cp37-cp37m-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.0-10926-cp37-cp37m-macosx_10_12_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.0-10926-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4839af6695abbaf1a4cbece24560f665b453e4fab367e678c838a502cd824a77
MD5 9ea44d35fa467bbfaedf62f6fc31329f
BLAKE2b-256 a1a98e710353d4d10244016941809f9522f8138678a91c0921d13c8bad59e7c0

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d408876f4de01882cfe809b8e79fac09820c4f478101d2daf615fe4e3271d2c4
MD5 0c842e1de43b014fb6542bfdcbda5d64
BLAKE2b-256 e705f28e320dab03e27ef5b292024e78abfbfbcf2436c3d9a3287807c6aadf2b

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c3ff6b38e7c617cb59a856e6c3b35ca53af92ee8aae566663f13ae17f6369e8
MD5 84ae960370c756785e497de16b363d93
BLAKE2b-256 bed9be9c29226f314b28b4fb609fff4b0fbbeab089036cf152e0d29877f6906e

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60d6f535a1b9ba9897e446e3d19a2af85b27592ef575b13f445d78b09e3f28ab
MD5 01ea13008f492e6c87d46bbbd45475e3
BLAKE2b-256 84e8fd3eb7ff833ad54c66e66426a115033020c383e5ee12459a60a36fd55e53

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 52c12d745687eb94c8decedd77fe2b7fe317ae68b462190c01fbb081ca474b66
MD5 f26666c8fefff85d9744bfe78b54a02b
BLAKE2b-256 91543f9a500acb2f0706b72083cbf697294f40b1a6164f5a9690aa09c8490c60

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 510a5a1c28b03f2af475178021f2d6ab8f30dfc3fda4f661d9ebe80f6e04523c
MD5 10ccb799e0fdfd541e6157f6410207cd
BLAKE2b-256 269ee98bc7127b578134f7741e3756ec66599e5c5f03e7b8eb5ac587b96e02c1

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d4cf3814c83a8b3d2742369c7115ff65eff5a84092212a0a08bcf9d0bf92e52
MD5 f2e153d7bd5c2029c7f751093b0e72e0
BLAKE2b-256 e13ff6293eb4f2f62cf440c8524dc18a363cf17bf67f9bffb05b3b6111773e23

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cf5af75eae70ef780f9c870e527e923e996cfebfa44baa7be9ed5ed4cef45b5
MD5 98c694e78dbc5f2313bfdaffbaa694f1
BLAKE2b-256 b2315ab92d2e57aba77ccaa4ccd791895b988539f03d43fb8cab37faf92e4b95

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cb7bb48d23c245a960bd852b714312c69ebadb1f3b933dcd6cbcdf3d7bfafe51
MD5 3008fefb61c4d3ed05ac001ffeacfbe0
BLAKE2b-256 a02e3d855629159ba57bc17f34342205d2f069bbe03d10ca836657bdd8ce8e86

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82d11b052be54754c6b1f3199fa4bf9015949603df074dbfd7d5edf41bb3403c
MD5 2418f5d9b54b277b7b910c26c78e65b3
BLAKE2b-256 74820a271ff9c5103d69e3ca11159d0ef6f8407294c262bdcaa5070fc8c6c65e

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd427f7a7608d88f26c65af3806dc79de8edc572d1cadfb56a976d34b1b02950
MD5 b505d0fea7941d7d5a18b4ba3636c015
BLAKE2b-256 148b92bac3197e33f6abb3558e22f114c7836cd14e762752ca7985e4e9a41608

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60b26e02f587bb9e49fa14b301467a5939c507144e82dd32abfbb18512df9799
MD5 000d2e419201e941acc981d0ab01cf10
BLAKE2b-256 079f6fa83fd67778ed6b9dcb53f2d9fdcaa53c55200f0e2e3956e4446d68627b

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 00ed195f0084bc3ffc74ce2a19432ccc793419ae069f0b9a8f0317d7134b21a9
MD5 80674149bef106b88c06d62f1b145148
BLAKE2b-256 f52e10fd0bce18a3fc1bed25771bf2d16992f5a86ae8e4b72f41ed4e384e6e77

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbef109369763043a6c51d1bcb4004794e4076e5a2621f073ba8c21eff35cd6d
MD5 0cda1ab2b499ffc27231f0f3081e7454
BLAKE2b-256 775bd58c713942a4028a6ed51dfcca68a0d1ba8c7225263967c4fb1f79997fa7

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 add5761df201d0f9aa6a637c17044283e52db77253d0355f89c9b4cba619eb85
MD5 4d4087a241af3728254728e63746a0c9
BLAKE2b-256 e29eb7fd55f4cd8a787fb734ecb609f851038de95529fdfddb9abe54e1f1a36b

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0-10926-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1e704d0041ff228dfce33b1a5fce6cc76e56205520d5aa01110f8d45890ccf31
MD5 9d19c12c4f0346652e96f6195124ec76
BLAKE2b-256 417f36f763faab203624413adc517a963980cebaf2cd65b973e3523948ec3653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bd0ba1e72868eb5cdac51cb0e532ab541e2c8c210cecfe0d6e51bb866360e9c7
MD5 a2569a55f1433590760880818aca8875
BLAKE2b-256 e718a4ce1c7be78a68f1939d0ab4e278d77cb2fda526e983a39af3f5a3095f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36a9f982688de9e8acf28146d8e13a16be1705571fc81570baaacdff00af2f43
MD5 910234355bbe9d888a9787b780de7ff1
BLAKE2b-256 eb7581733a1b1cc29bc6b03b275a7b200165aac3a94f609fc61fc59da51774f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cb05ad4df0d2bdca504a314ebbc4c5ea6c52ddf11b8e479621e0004b5b6fcb9
MD5 03faa1e44dddbf6cdcdf244a5a49836b
BLAKE2b-256 71c9650244ce7c040108b1fe811fab9fc3a98a07db1dc4c728547f593762b86c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0-10926-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c020fa4e06149264914ae3b9ae1413ceaee7d76469c039007e39572d9cf9c2a0
MD5 cac7bb2ba46abcd59dcf3b69466b64ba
BLAKE2b-256 43136aa68e52a42f8e8866e586ccca0215d19535d4e8c8ec0fc2715c76a9159a

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