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-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-2022.3.1-9227-cp310-cp310-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2022.3.1-9227-cp310-cp310-macosx_11_0_arm64.whl (15.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2022.3.1-9227-cp310-cp310-macosx_10_12_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2022.3.1-9227-cp39-cp39-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2022.3.1-9227-cp39-cp39-macosx_11_0_arm64.whl (15.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2022.3.1-9227-cp39-cp39-macosx_10_12_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2022.3.1-9227-cp38-cp38-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2022.3.1-9227-cp38-cp38-macosx_11_0_arm64.whl (15.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2022.3.1-9227-cp38-cp38-macosx_10_12_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2022.3.1-9227-cp37-cp37m-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2022.3.1-9227-cp37-cp37m-macosx_11_0_arm64.whl (15.7 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2022.3.1-9227-cp37-cp37m-macosx_10_12_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2022.3.1-9227-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ab572c852d9da214aae2008ded9f0293ca655a12d08cd28b1336a9ca15f0ca28
MD5 8afd0718386500994ee382b9fb9c44cb
BLAKE2b-256 89fea11a5b582135916ea44fd4ce87643cd60c9513017b2214ec3f3a88ea15f9

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 016bebb68f84579814419061722f277527fc259612b19c89d0fff75c66c3ddaf
MD5 71bc0a4e5e16003d97d3982dad1d46ae
BLAKE2b-256 96633c1dbf1201d4cb0c2296460fa330f3b889c3caefc1764d8d25e028df9adc

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bad8a1dfcce25b39796702a01444ef610ba90261af9ad2afc220f078500db711
MD5 2ddeb8e32526c3d36a04772bab272b53
BLAKE2b-256 19c27f6d771e101c59bbe450a8f29a85d649b33ea5439d596c426072cdcb8dbd

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02cdce58193aa05efac23f13c909189d4e278e72eae597d3fcdca56d4d85fd70
MD5 2c68e5ef08a2bdafabaf6446bf41615d
BLAKE2b-256 ea51ae13ca72af91d9ef9ab896117483791b9d79e7e0b758359096fe2174bbfc

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e9857c17a755651bdfd53d6901685bafdc0ceaf87d062e0fba3d2dd6485b4dd9
MD5 3ea1eaec3ed1c15c1149a04cde1a47dd
BLAKE2b-256 e58edc030228b29ba729b09c5e73fe4f20378c25fa77f1ef1fc4935fd7204a14

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61645f425b2c2aec457bad558d888f1bd34bd14a84d6a098631c0b45694e6d3d
MD5 2565e6294326350134c91321cdde409f
BLAKE2b-256 0b25012f698494678ee38b8368bef7de5aa702e0160ef5b43ebfef707399d830

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ddfe6e92581a729d355201e736f25568a7b6797ccbc4a0895902fe27392140c
MD5 6627430b4326024452582f37e8406656
BLAKE2b-256 9c032682c8fe7afda3acaf13b24420a60d568e39c6da79c5264d2a63a641b7e1

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b5b61ff751fa8a2c79a031e421f7b1a801986c1275a8a96c580744a216a9c49
MD5 5692639ef8b425589e11f359368fcdf6
BLAKE2b-256 944f902a69cbfaae047fd5bcc8d27d063dbe5f78e34b5d95ea3f2dd8c71b1106

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 72b6722b44a7876a5d00be6d9becdbbba5604ff43c392679a374e95a005e0c77
MD5 924c367606a8eae854a345869052f025
BLAKE2b-256 7d818fd5377fcbcda6bda41fab1e8985466b9b425eb0d28944add71368a2d80e

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f3af8b5121e9036af3f954b9da0b74cec76c0c07eebf2138ec1043577b19a08
MD5 ce71f3d8de1795ce397cb53ab8a759c3
BLAKE2b-256 b4e2eac0b832cc56a6ee90b7e9f2f29f0279567bed1ce9278846d290bdb6ed1e

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 699a1b52dddeae75cb8a032a4d337f036329fa25dcffdce9d4416938b8ad7fdd
MD5 b7cae8f4679d9c147b452b1e02135596
BLAKE2b-256 652cb31e0abec6f083b64aacd5dc7937614c9bd2a60482c374cdf5e91971d5d3

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90e4d34fcbab76282681a05f40571248d28eee853dea579bf0dc7b603450ef1c
MD5 c8d3c7061943f5a343b147b2293aa985
BLAKE2b-256 35ae553085e161ee5c0e8027fdd52ec1f968f5620c7b8f185ba91a462d789d8f

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4da05b4af2db8441c6812b2916ad805d4b661a2d2b5f15aa3693541b18d091db
MD5 07d79d263b48cce900cee2efc8fdc4ad
BLAKE2b-256 20e830d8f357bf41a01552197d497ae81666b233a429b765cfc1046940286fc5

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87da5360ca0d09c915d29611ff44cf242e0fd4c1e39164a196f72f9797151a5a
MD5 8aea33b84a3ac73affaa2db470456dcf
BLAKE2b-256 510901999d3f5bd35e741e64874cfae7e700b850193b586948d69890578ee8d2

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af2fd1622e609d9a4f8408aa0d151a4fdac3ef6bb1dd116d4cba3e6ddf10ca69
MD5 c249843389acd76d7821e74bada3eba5
BLAKE2b-256 0320089fbae7f348f77cda8ba0063a337d8d20500c1cd13dabbfbb38105d60ac

See more details on using hashes here.

File details

Details for the file openvino-2022.3.1-9227-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2022.3.1-9227-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a1a47bad369a269ad3f261e3b0b6012db834a4981e50f87545f1b1b402e8aca0
MD5 c719570b54b6b46d3aaa24af9ce1e59b
BLAKE2b-256 809ff3f584b9dff21ba016db8cfcca4ba5ef9211c3889f2810a3e2b884ea4766

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