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"

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.

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.0.0.dev20230407-10490-cp310-cp310-win_amd64.whl (27.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_11_0_arm64.whl (17.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230407-10490-cp39-cp39-win_amd64.whl (27.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_11_0_arm64.whl (17.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230407-10490-cp38-cp38-win_amd64.whl (27.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_11_0_arm64.whl (17.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.0.dev20230407-10490-cp37-cp37m-macosx_11_0_arm64.whl (17.2 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.0.dev20230407-10490-cp37-cp37m-macosx_10_12_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fb485b1715e6543886077b49df7e9f5d618f3caa775f59ce022c42f0fffa08a3
MD5 7fe4fa5b3f7e0ac442e7f156a68f25c5
BLAKE2b-256 34285e357a1f0278dcf7ea5a2f99e6d60ffdf4943ff5d9e495856fb8d824ad77

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71ace155ccd9d6b32c6ed51b7cd0e2cad3578adb2cf5b307e8268885613c8fdd
MD5 8bf5b4f67020a8943807f14b02bf4f67
BLAKE2b-256 cf5e0e9888e02193c8d2d561a259816fd1b86a19b10c12649a160b0959452744

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d18267c80b48d687cd0af5624f9af1641188026d2cefc2a0962829e7c86af775
MD5 4934fef3f535d84c9415145211c3d776
BLAKE2b-256 a0dd4396792991ed5b8be51e9efd249036fc49a0b26fdf18b7cd0b4bce80fd56

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6dd88e35ff287d2243a094b0c273d190f8c0e6d1cb337c4b85645ccde7e1b8ea
MD5 c423f53525324c23bdd86a80f6ec8859
BLAKE2b-256 7ea0347a993cad9819f9623061e3d6ff364188ee5b42e71cd85a52f847577472

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9be4e202bed0ef646135a03d13ace15e54f99e73dfc4d2b611db201a86bd1ea2
MD5 d1a8a2ff97fe14bcb690864a0b76bb99
BLAKE2b-256 2f5a257dab470c138b25a4605134e63c5c38507e32424bdeb804175bd502d3fa

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01c55324ac6ed446c03860fe86d453640e36fbec67dca025a6f0465aaeceeec3
MD5 1df1675c3fdbb20b1768d47635dd73fc
BLAKE2b-256 e0c1c33adb23077ec34876d49c920902bf6d05e594f0f6432308f5fbd8b03528

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f6dba60f5e2d9233eee8aabfb4c9d8c5c4bcfcdddb70871d60dace7ad9cfd37
MD5 50c15c13959a0a8f8a99691189ca7bc8
BLAKE2b-256 2964f335bc47c5a019e2594886a777827601511ec573bc435d9de5e24ebcffd4

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 422662a21d8c55b81e98b50a2716861b77a04f1f0014de733b08f10184efcf2d
MD5 e91300e3e3c23d72a75650674f70dfb3
BLAKE2b-256 6000da0ec59055c170bea8dc940a50096bcc237648d5142d1ba2ec100e802ec4

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a9a77401923f882797782721f80f37325054a5eff3a42942c84242365b429394
MD5 9dde7e142ed851d3b6c0c252d63b92da
BLAKE2b-256 a028040ffea2e77e0b1c4c29a3c5a1dc29131a08606d6be972d7fd14fb3c548c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3e061590fbd9bfd7a5e8927d1f11fb89b9624073175f6223ebe6acd78c7d2d9
MD5 192dc0a0637ed1ae0c4ca99452ce0cc5
BLAKE2b-256 dbc5c8d3f50b58f9590a0ac839b22a52151316291dff169699b9ecde76ad4742

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31e0ef0c74586e74aa2fa0c97c2106a9a20e38d87b49bfca99294e81c12f5907
MD5 71e5ebc840ec70578ca1c98985f11559
BLAKE2b-256 b3da5abcf045424e74095789be7e80812bc3f1d35319acc46e4cf8971a184f5f

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7372bc3fc6cc39fb75fa427f7e11e13052d15e92cc3c4bc2cd6a9afdf702f01f
MD5 da5f8ff59cdf9a2cfcc3fd3790a70056
BLAKE2b-256 e570291d19b837c763da8cd557ff9f0cf10b4cff18fce5e8eb33106de13a6534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ac5a95adfa716955bae8d1c2d2184c71fd513cb874051a12629ff707d36feace
MD5 0d24b6ead44f96f9ae67dbc23e529d97
BLAKE2b-256 08eed4214878be8ac9d2cf3987bc3f2209e393f8585a1e82ff323d88bf2852c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 692818f798e78b3ea5bc7c81d8dd62c3cc72a8f5e6b846292f79e3eadc81472b
MD5 4a99eb0757f6c98177e03b90e4d3c914
BLAKE2b-256 79970f1474dbb56213e7bc6161d69901c8a8cd250332b1f894f0cbffe251351c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c998feed654d4fb2b70f5b57a21456d41ea568f0165edd84baac8a8efd252d01
MD5 3c287f637b4229a0f5a5da98318b7633
BLAKE2b-256 0f06e471cb130886ffa85fd98daaa9cd1a8c7b5a96df3e851b69a5ebe870c08a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230407-10490-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b592ecbedf01bca79393e50c60df4de52ea4b73d547c81c0cc8b272a735dc12a
MD5 290eddab097752944ddad339e52f1497
BLAKE2b-256 184881bd4f4a20178b2b0f00e78793cba60d55d22a894cba62950282649f6634

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