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

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.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl (28.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl (24.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.24+ ARM64

openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl (29.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl (28.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl (24.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.24+ ARM64

openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl (29.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl (28.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl (24.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.24+ ARM64

openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl (29.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl (28.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl (24.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.24+ ARM64

openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl (29.8 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 567aaf53a1925cbbb5bcf047ad56501acca0b02ef6b8491d8e98f5914bc2b135
MD5 6a343022066cf9171c9c9aef1b2f9c34
BLAKE2b-256 5c8c703403e274e8b7a7444889767538d484908e8536e4ab5a934dc41ce4bb2c

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4ba0ab003f920c7b3a4029f93d372ebe33123631552f5dc386ad8851efb13d8c
MD5 c3f3d36117eeb4c12dbe34210ef7880b
BLAKE2b-256 50bedf15759b5794bc61c0d1212a3bd518a86661c76abc3427b7a44446a91512

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75b354fa97c547d67e1db71d9723de741ada47e488316407c478bc671d43d69e
MD5 a0f118c6f8db76298780428317d7f877
BLAKE2b-256 441c1f07db56aae3f1f1962099c0756fd14940824d0e4d5867356d8be0f527ef

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d1dc928602b974cd4d8d6e1686f63caea37d99747f528e03be512319845fbc7
MD5 d6ad43b7038c9501f0261eecf727cb75
BLAKE2b-256 63cec33f95fba68e407d0f13c2e77a1e9b1efdc0f87aaa233e5c1b49d1406d75

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 20cb4dd8c05d25ce71b9890ae8b4300ba338b4d1567e15793ff4fc5f93467ec0
MD5 c7c616c8f5709fea9cf42501a7448780
BLAKE2b-256 625f79668b4824450b5ba769421c4285f2482a1e9dbb0991465f62f2f10eadcd

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54b66e2e4c0b192333cf6dfdcd8d2196003cfc0d4e9126e57faa3bddc54eba7a
MD5 8a34a4dd96f864f5292d7be4604dde72
BLAKE2b-256 f99e6b23c327163edbef66cb7a44fbee74819d432cec68d531ce248e4d521fe5

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 79b81b3be2be7d18026b48d865097be7abcac0e3940d99e5ad2601579f52a347
MD5 04e3a52f3114ca65adac30b6b639ae5a
BLAKE2b-256 c795526b8c199b7a85b7a769ec263d5cae5282f4138c1982cb03d21859b6ac0b

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd72091f96d5dddcf7ad559a4169d9727ffe248b0b5547179aadb308b0ad2fb1
MD5 d596137cbb847fb2753bc80fcef8d2f1
BLAKE2b-256 b309e381b8072a8644d21ae9c16ad2682bd80422f3a154f13305faa1fa52fb67

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de16a93702c7d56b06439f0fde6d247827611fc25b2921332f14cb5ebe03c895
MD5 a4d1ee4acad5587b99a21cbe5212749f
BLAKE2b-256 bf4523d9e71e1001145105ca0f4dac2ce37c4dfae9075f40b5d71ec2759ec630

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 869370d82f37eedcfd35e6eb9bf135b5ac14899db5cfc2a3c770484013da6b46
MD5 15e7dd7bff674eb31fbfcb1bfb71c475
BLAKE2b-256 62735c325c74e35bc06a3f87b31bf7b28fc0907b9c7ab23f806bf6aa1664075b

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ab8a0ea7f510371e4f37a17c58633e45daf72831235a755a5b1cd91f7213e5e3
MD5 d7a266d4057f404aa001425ad1d945a8
BLAKE2b-256 4f6396f201ef28b09d1d2ebfdf39ba6bbd1964a9f5167141663a6211fa3fb6d8

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 9252d57fe2331c9c0fe5e206997d78d68dd814364f0e075263d342647cc271c6
MD5 c633a30ce134050509e43da50faeab18
BLAKE2b-256 7db97471d474f3e404e928d69d0382c230527dcf353ec7950d05a8611df07afc

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1007930b996614253d1fbe9e9f8ebdc9ca0a58574b6f72119d1601c847cb5e04
MD5 e24cb760bdca87cd13c909859881407d
BLAKE2b-256 377f7c681b3828e77aa1442ce6d76f159649caf167a237112d6b9a04843dad76

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdf122df7b7416ec41ad92097a5a6bae3a14918be5bc1957679e5383975e5437
MD5 fa1a8317d02166fc8e636399d3b50148
BLAKE2b-256 77e1ff4a9a231983eb64d6e86ddfe21b62ddacf5eeddc713ef942566fa851ef0

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd14fb9d50cd480b8bbbe709e6df38697c770d4b50999c55c92fda2b4b0296f1
MD5 be70936a843320575c064c99d29458a1
BLAKE2b-256 0065303da25dddf5dc969206e3f1d996f83ec18f05cd3a12a4b731705f49be68

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 197298e14b666ccd9e3eb5846d71ebc444bfc014c7895c45495d5bba3d854d44
MD5 6effe732995cd7c13dfb9510c37d2f4c
BLAKE2b-256 370e2cde10c0f1b8458d289993eb36061239806626a98fa4cfa09f793cd89a00

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 0e67316261cab7d81911f8f8b484f81d8988321b9490e52960c4c60590619075
MD5 9927c080d7fcc72a4557321d8a43bee8
BLAKE2b-256 03bbf798a0eaace40342714c27c2e635026cdd06eca19ddd262def9f0e462047

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f929a02ec2bbb855fa9d26428489e7a88961f6cedf772eb6b5954aa8761a8e4
MD5 d741d9dc55fff2eebb5996737394e0a8
BLAKE2b-256 7a5a12fb44dcab70924088b135abfd4e89d2e58843311badf28971e928c527db

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a208d452148f05c67f43cabd155ad89e492804a94b6d2caa774022f7a5b3840
MD5 0f39788923812ad3b56db3f8c16c1fca
BLAKE2b-256 1e5ee6e222b8cbcb815abefae336bb0cf02ff4d4576bf7869d4613f38565d765

See more details on using hashes here.

File details

Details for the file openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.2.0.dev20230922-12538-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ede2ea4390c6480a978a0c5254bf878156c3b1cd34dd7bb824e1fd91ce0dacc7
MD5 83286cb820ac4e8e346483ba3d8234ec
BLAKE2b-256 841bc0d448841012f20e8ebb868a9622c716d52d3e2856881c2cce8cf1f546c3

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