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

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.1.0.dev20230728-11854-cp311-cp311-win_amd64.whl (28.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230728-11854-cp310-cp310-win_amd64.whl (28.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230728-11854-cp39-cp39-win_amd64.whl (28.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230728-11854-cp38-cp38-win_amd64.whl (28.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_11_0_arm64.whl (20.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230728-11854-cp37-cp37m-win_amd64.whl (28.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.1.0.dev20230728-11854-cp37-cp37m-macosx_11_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.1.0.dev20230728-11854-cp37-cp37m-macosx_10_12_x86_64.whl (29.3 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ac750a7d4cc7befcb1ad97e715bc1d4c725c35ce9ad6b63de4fee264b89ebddc
MD5 c4bbb0fdcdce8be1f918ea068a5fb17f
BLAKE2b-256 572082bc4be0acf798d56adf425086d63c7d095707f627ca6c17a00bf132ce9a

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb67018e168ba1d4be9acc0364f16421d1675e2fc7516e89ebe11f3ab28fc04f
MD5 cbcb50db3727dcd4c6343ca5537f63e6
BLAKE2b-256 1854658a6199d088e333269248145bdc5fdf53dd86b1323d16ba7a5f39e7472d

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75bc95c6e35d262b4476971ca6d4ad3c8eb34a53c58831537a7b25fd93500979
MD5 2f0b18e758afdbb7f9ddec2f50ba6c8a
BLAKE2b-256 d660a45381f01f6d9b34b33be122bac6a972e98056f3c88ce1a67c7feb8fc2b3

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 282299ba76114ff4d246527f1ddba7b7d51723f343b0e9a9878f05781e1ccef2
MD5 31c533ca359ec3e3849690e1cd403d60
BLAKE2b-256 cb20c4b1d86f50ecc98ab52c003bb99cc1ed4995c167383381a59dc8a0df3d20

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 18aed437e7223dc06e24b20543c553eb7e991a049982eb4cbb5cd4bb4fa16682
MD5 71d318fee87027e5bd3a0e8b8d670079
BLAKE2b-256 b7c3f167a526d9410cd76b8373e4f19a90f6c3b6a13e04e920ab886b7d4aaa34

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e254ace8f4d638792b9132af135fc5a3a8b68a456b2bda66ef9376c989cfcd3
MD5 b3056ebaa49c15844a57a0258dc5e4a4
BLAKE2b-256 8cb42d0a611f52a15d4debe3fd767fcbba7390f8f2368d6261a5b2c28661f6e9

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac3c02854c70c105191c40ca571243a02a2d440cb2993f9afe1fbca13a66e4cc
MD5 31730be351ed40d2b1ad0b0550951eba
BLAKE2b-256 99b09fafce0ee451524380d870463b7e4ff261e25f279f6f296ca780e352941e

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5610799673dd96f1a601703a71b7d256f11bc05266356feeaedfd41ea40f31b3
MD5 d81c32e274596ccca83ddfd108f951ed
BLAKE2b-256 89919a1be4e5484d81145b4966806b6f061201398fb49e107008c06b6425fc0b

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 09484caab69530cc3f070eada9a1ae1789865267368c5fe29407f8403c06cebe
MD5 576691bc6eaff14c19e31d382e919c35
BLAKE2b-256 fbb2cd42d1dc9ba971db351d26c6ac628d510c437feec099040b634d4a78383c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f20e5b1ecf09972d66e129751da515b3fce5849579c8f65b80d316ded4f28ec0
MD5 003d574453d534ff8de3ccda5cf4a4a2
BLAKE2b-256 e3aa9913ce58e8ef3c801a15a208515a66a9f2659097e8b2ed2a15ebc09fd0c7

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f629c5a2c9c6a4f56587c621fdbb4552142e9e3616a6abc3ac5c9abe1a9edfac
MD5 de743b6091362adafd2c098f4bd4ae5e
BLAKE2b-256 9884c2ded975d800d3e6e02a72b501a40781d517aa902f68bc6366cf4313ac82

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9119a79535eaee5d84a7a612cb2c2f0ad47a5efff58ee7af05145d9fef760b98
MD5 7721f1b34548f8c7cd127c1c1b217035
BLAKE2b-256 7cd1533cc5a555ca4f92796ae9bf955a5df104a659b1d67f03b995f0088359b2

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7055e918d80175c6d35a62d3603caea64fa625a8cef22bfd797afd8ca6eb37b5
MD5 39258457ff9cedf6b608a143bdff95a9
BLAKE2b-256 3c683482f5ad00a6c6df71636ccd5d19a507a41b4fdf6915d843500f20b70b29

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cb11a6714ad07814c8fead324e6f8d6a6b25e0065924c1d51da1bdcebe5d0ce
MD5 2e38cbd87216aa882ee3329e5afffe1f
BLAKE2b-256 bbe0c2fcb9ab0b8292436b7f285f65e83b9956e375ba7401519c2627d51347f7

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a857417f52725fecc7f4581aa9b38da011676f0e746a99e3eeed6ecd244092d
MD5 b40d3d895cd8c730cfdd46a30f619113
BLAKE2b-256 6230695a9ed0d69468aa0660bccd407ba3253ab4d045a0e5bb5f8f13f4944ba2

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f989c7adab3c74d5d08506b385dd833e2f003290ce3152ab599d8f015f31468
MD5 4a10a42a53495bfbda43dec463f89e1d
BLAKE2b-256 5ce26738b9f9472e2e3c60299029acc9a3be011358a91f72eb699880fb7a077c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6dada00ce8598240b489ed73e4fa4466886ce5ef3963d734ec01fef4ec057ea6
MD5 7d83a04e31c8c903cd6244d18e168c46
BLAKE2b-256 4065bcbb85d8f224bc0aff4a0c08da308fbe86f4519e14cfe0b763e864b48fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d71abdc233d4439fd29b9458d5a5b90aaa57c68581a824e81318f6e6883995b3
MD5 9987c503e95410e17c8230c169b6edbc
BLAKE2b-256 0ea57cb20ef807a62bde5b99272971afa7a68ce4d451ec132ab60021f2f5f8de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3326f383a2f3eb7b2f4ff5e1e3e9bd40b814bd74bbcc69e50207a165efe4d2a7
MD5 c0aecaf6424a8acff2bc4ae77c6d880a
BLAKE2b-256 fddbeb7c1ff73c2c8d9cf854f0a5d77070b0dc3ed814e026544060a7665c09ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230728-11854-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eef519c7bad0383e235eb53be230f284861d1969da24d329730213ac4602ffe7
MD5 04bfa204649ecf1313242428413531cb
BLAKE2b-256 d04032943bbdce0b131019093fa50913b88a5ec3380419b0305646976d2d057d

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