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

Uploaded CPython 3.11 Windows x86-64

openvino-2023.0.2-11065-cp311-cp311-macosx_11_0_arm64.whl (20.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.0.2-11065-cp311-cp311-macosx_10_12_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.0.2-11065-cp310-cp310-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.2-11065-cp310-cp310-macosx_11_0_arm64.whl (20.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.2-11065-cp310-cp310-macosx_10_12_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.2-11065-cp39-cp39-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.2-11065-cp39-cp39-macosx_11_0_arm64.whl (20.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.2-11065-cp39-cp39-macosx_10_12_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.2-11065-cp38-cp38-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.2-11065-cp38-cp38-macosx_11_0_arm64.whl (20.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.2-11065-cp38-cp38-macosx_10_12_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.0.2-11065-cp37-cp37m-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.2-11065-cp37-cp37m-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.2-11065-cp37-cp37m-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.2-11065-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e50cb9bf395e9477f35edd4fc61695b85201dc207a0d61a25ddc486e86b03d52
MD5 ec33cb87178a1a58834a4916ac8f9975
BLAKE2b-256 00c42b8f0b7f982995069656b52359cf2e53baf96af53bc5556727971efbcfcb

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27bc09dc7d0c53801b4307b0ee1582eee272191f5fe941172764189312ce21c0
MD5 8f7c374f6d47b21828c4520dee04cb9f
BLAKE2b-256 80ea2156595be81d345afbbb2aa58bd49672e36474a333ff0c87216d39bc470d

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10a9fdae1080cd420fd64aad3d30abc8112134e91fc379f1eaf2f406eacdafe7
MD5 59434e994ed92cce36ec104c856a4975
BLAKE2b-256 dddee0608d743521b3963eab9be003dc1e750184a88d1bedde8f02d5cefad9b3

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9be103aae8dccc0e6c12e13774a16b56ca6695f883ca6c3891edf2456002cbf6
MD5 9224149be840736bd421afb275006631
BLAKE2b-256 4d70ac75b270b7e33a28aab12b9dec2a47e63202457285bc35c1b3454cb43229

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24dc15e4b8c7cab5591558e464d805860239610e245b7b0a12eac20a5d3457d7
MD5 5eb9f3cd75db9aa97e3cde1469cb42ca
BLAKE2b-256 bb4dcc6a2c85c7edd5ad774dae0ab5450acd076aa0ccfc4c9454367eaa08c8b5

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d73b133e87d597a48b929b2981152ccf63bb6bc26dc544af371c09d0384652a5
MD5 efa9d48ef22b7452d4975b7d1c25c260
BLAKE2b-256 33dfffa8d22f2e62efcb8a71788306404415166f96260dfa4889d8387a995396

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fffcc99049e2b177afacbda3c044cfdbf1047c74155e818698dff2a119f3556a
MD5 c6c86ed856629b6a9bdb123a2e7040b1
BLAKE2b-256 5a5212ad24b6fd5adad32ea924ad21025ab5a2aa47df12df634f245598e96dbf

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 89e5a1fa975e5e1d5272a3159fc87a170a16c41909d16936965ebc60447653e4
MD5 ded7eacbccc47ddff4f17df2f31fef09
BLAKE2b-256 51f485eb5bd874038872f4032a04c2b67432545e484996311a35b1ae2376a68a

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 87fa1a43ab0a0d725186097657c3d03c61516393e7be1e961be6bfedc0797092
MD5 dc489434ff51d79b3d8b87d2350056f7
BLAKE2b-256 44afdb1c61dac11a852a2a382f59c5916fdca9a725ffde4abf2b22d732a66a2a

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef56fd867ebd311851abb56772781f2ba786efc91116eb89cd9469e81fc841d8
MD5 fb31e0d168ba3cd6f384d246821e2f40
BLAKE2b-256 99526ab96023b04bcbb29c0ce23bcd77e30d937f3ded0c1c16708e31672945b1

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef0f066910cd16628da845eaa402ceb9d06339bab125b778408bccb52213c607
MD5 8bfd84f09db5e7ffe79ffbb91e6becef
BLAKE2b-256 6fc04b391843e3bed8602b671670714f0ca81434a3d66880c9f8c61138c4b3ee

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b43b36db6a5b2f3d93dc8a481611321e4b8a18b82f494507a1d8cbd9b27ee93d
MD5 3030695ee31bac4869d98f4c13fb9464
BLAKE2b-256 f3ccb551e6916737588bee678fef20727165f8bcc15c8435c7512d89491ff488

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5b4f6e5d0db22836c0645822ed780191ceefdfaf8a418ec40d334d5715148558
MD5 927e07db421da70856a4044b743231e6
BLAKE2b-256 12f0bb87959ce78879911998de13e9dab83556d91d1d35837ed9177f55446590

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af05331a235619d75b93101261aea7b6494032a89eb83bbf573b79f0da5a6dcc
MD5 cb8fcae22caabe26f07fb9b1c6dec185
BLAKE2b-256 13e04b62ad259edaaaea3d4bb72d86e91ad8d4f7256199d360c3a4420ff4b37c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dc781e9cdaf955e846bf8f457665e8a0516c7da9377b8ba5e4b16f88b43b662
MD5 7e43fb6310cfc50adc148897d77777e5
BLAKE2b-256 ad3e5bce2de65146766ff2944abbe41188ed420c4145df803e18a6882fa67984

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a3f86279b94c5eda5e07aa8a9cbd07b4b96f88ae9c2d290c29200fffe489317
MD5 fe0e99c009bd12a8fdf76aa56b6590b3
BLAKE2b-256 c353689ba983642687dbabae742e9f66b7c9d10e1aa3b988de9d347e249275e1

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c374abdd9383f70c16a5ab442fbc5b59ab0ae11c1f21354c6bbaf8cc3b90b810
MD5 e4a5db0b261ef66170daaa58fc3b5e81
BLAKE2b-256 043101b8d97c36df6c5345252b1efe1de0d8ecda32789247dbfe2b98c5c121ec

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3567b6728d42693b417f70c5d315da2abc3141ddc6c061dcae70912dc2cb4243
MD5 19c4422ec9ca5b946fe0209c65421dd3
BLAKE2b-256 a0d41688f7dc41ce911a52b9477084e114a0de4fdf74e1ca03b072b193beed67

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26dee2aba00eca31f3d17ce1994d798e6774e2bd99b4214d56b9929868c3b5fc
MD5 ac9b7b7b4c411ec93780c0428314cf23
BLAKE2b-256 612d9be0d81e1aae97869853d5963d393d351796f4aea02174de11996b7ec45e

See more details on using hashes here.

File details

Details for the file openvino-2023.0.2-11065-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.2-11065-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b723cd661b530c6a0b65f7e30899ef822fd22d81f6eff149c3cf5688a62ac91
MD5 1dcc291e23352230a2ed32b7f61ee09e
BLAKE2b-256 184072ebc31bf92a1b89ccc09295b415b5e9a9e17185bdb0b070c6b92354694d

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