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.dev20230811-12050-cp311-cp311-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230811-12050-cp310-cp310-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230811-12050-cp39-cp39-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230811-12050-cp38-cp38-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_10_12_x86_64.whl (29.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230811-12050-cp37-cp37m-win_amd64.whl (28.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_11_0_arm64.whl (21.0 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_10_12_x86_64.whl (29.4 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 77cc7ae2bf5140f3a092e8f3bbe13bd1cc8889a2d09a4c491cefb364e222efd7
MD5 abef9afcbe323612608c29612b51adcd
BLAKE2b-256 0e5b878e75cc828886c523b84a3f79ec9f8510de26f277d939b92db69623fb93

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97612e6ebf7f7141759caf0cf9b78bf9ec3ca2bc5ec294750cfbb6d749ce1528
MD5 9b4c9c4388764cf0d1919b5d2e4ae11a
BLAKE2b-256 b660342dfb706927fb326146ba375e50daeb4955d79e70122d435f8ef8b3a701

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb74c64732400875437aeab0ecde24b8fb1f1d7c61297f1eb9a8e185d4e47761
MD5 7eb1c7000410e6e9b7a2057ddff72799
BLAKE2b-256 ece0c9c647a7d589f72a2221e2638d7a43ad90a8255f12d0030b8b0cdc4a8162

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cea35cb91ecc1cf6480dea7dccd41932571a6555e6ef3523804a5d14ea57bba0
MD5 fa269a3a5688294d23949271e022e3b9
BLAKE2b-256 598abb7329b677bf6eb606301877ba65128d95acc7c80b7aaae3631c6d74906c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 879e48bc0f6842623d00678bdb4a7eb732209b5ed0fea80b339f2d7d683fdb06
MD5 e4b3eae890e12eb91d5043fca911580d
BLAKE2b-256 876e084d28811f8c5946ad640f10ec28defe84dc9731a578def37e2190edcdf5

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d460d2cbc54f4bbc2e56d02faaa622536212725356d3ec484cef2d9cb89406a3
MD5 6dfa9e9286e12702e0ddb82c038f92cd
BLAKE2b-256 971ab3daef2f6e12a93bae6a144afe12a6b386fe9106980d764bc9e033f100f5

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f43ed3a38468ebf72ca7487d86779f0e0b9ab8bfd56266e37df0598b05a60fa
MD5 30caaef7c81898149a3559b23a34e5db
BLAKE2b-256 9400a6b9d2c66c01cac61422a8ee46120fa38f6dc66af650921db1b62eeee8b4

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f78b37dae34862401f28dae7281a1f65ae62c0e3653d7bbf734b638e70ae4d1c
MD5 b72bac8c24abc2b4bcbc92f98532dac7
BLAKE2b-256 efcdde33d47a847c7285d69880284e4080951fc182a8ebf921cf4de5e96a22c7

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 36a406ecc7565ea1c6f0a082f4cda43cd08beff45ea31c19f7a31ca96b932923
MD5 c21b812c18aa2030fb68e8c1a4ff8f13
BLAKE2b-256 0d26c17121d6333e0d13fca160dcb7f9eae8d473f5380e4ddc3dbc33a0d3d06e

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1e5c71001548d8dff01a18187cfced058172c288173ab1d68c6bfad6c9da241
MD5 57e62f20dfe672034262fdd707634e3a
BLAKE2b-256 0daea15d08a2be223df279d1aca37f66b4c7183ce05f3cd48e74930167ac5086

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bd1bc5cf63690510791da97744c7b2e953721dd265c280cc7bf14ff769e4c44
MD5 b73453733a8d4255a8633b010525b383
BLAKE2b-256 fa2e4773b742264cbf991d5021f3b4d01f7f3d979c562060f5c0ad138dc3374f

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ff7f20affffcd5067e3ea31c6cd63f1ab86401a526ad77f78916bd8b71836dfa
MD5 8fdba82cfd254cfac6dfc1fc07801a6b
BLAKE2b-256 3796dcaf74cbcf296e50a4f76fadf3f1c58c66b810df3f77c9a772eadbdaeb52

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f0730a8c50368c401da25e7f15033f1f516419ba4d75ce83eb5eca16b8518ab7
MD5 80decea6dd4f9be7c8a67dd188b7fb9d
BLAKE2b-256 96bba38738407ed6eb228df9cdde9de6947a656f65f1630a3ac425483aa7ccc9

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aede6f6fe3cd39fc38313da7fe17a56825ce180fb9b19332ae2f333026a6957d
MD5 1f7013106d6d9b58a275a80d52eae750
BLAKE2b-256 c73885ca3c9d5a78e80523e4a18dff277bd16b94ac2f482a81e9acb30d617820

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36d4e6621da5d7685bbe1d6c44072bf34ea84f04b03401405b618279a2aacba5
MD5 3cc6556b88de7319a71e4ab8158f8de1
BLAKE2b-256 80dd4ffd5f94981b5ad8cb5332f173182717dfdaa2f21f284428cac5f30b7d86

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 362745650fcbdec85f37ffe12b32387a73f63e170fde2b1363c82223847a4f56
MD5 f0e7d7b36f64d83450322ee7d486ebaa
BLAKE2b-256 01e61d64b3cc093ccfb57a961dde93e0712ba6d9c7e0ca634050048dab95c778

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 25271f669385b83bcb03e4aa201012703ea07c2f58f8999726dcb2fb364965a2
MD5 3bf88f0102b0dd730881701904741e85
BLAKE2b-256 7249e1a80238ac4a130737ab17e8979078d4640292644bb4c89c85b5423ff5c6

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd4c903f53b6c4c8f2b166b4157f21a0407ffe9a30c6a1377eade6d709d132a0
MD5 f07664bf95922cba3c94585b23801879
BLAKE2b-256 92996bc11b71e67b9cc21f1b29a8fd39eaced075a723490a5f381a91f81b73f9

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 566977babadd51e395f438ca303becbf03b31c29eb39f6b61caa8f2a1e510b3c
MD5 7a989c114b68532028fe619f573e5436
BLAKE2b-256 440f48279a09c587a38f3245eb037ce381c73d35aaf9c026a17f99fcc77bb9a7

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230811-12050-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c628b2b7e34c45e4838104c7d5cfcf43565f719cd08d308e8e5bfb3322e1bb1
MD5 27891097e2f495e612f2b58482f3996a
BLAKE2b-256 19c3d2fc784b1014e585a4daee1aadb2f528d08647b4fe2a9e1a9a99892b49b7

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