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.dev20230119-9394-cp310-cp310-win_amd64.whl (26.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.0.dev20230119-9394-cp310-cp310-manylinux_2_17_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_11_0_arm64.whl (16.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_10_12_x86_64.whl (25.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230119-9394-cp39-cp39-win_amd64.whl (26.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.0.dev20230119-9394-cp39-cp39-manylinux_2_17_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_11_0_arm64.whl (16.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_10_12_x86_64.whl (25.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230119-9394-cp38-cp38-win_amd64.whl (26.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.0.dev20230119-9394-cp38-cp38-manylinux_2_17_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_11_0_arm64.whl (16.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_10_12_x86_64.whl (25.4 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.0.0.dev20230119-9394-cp37-cp37m-win_amd64.whl (26.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.0.dev20230119-9394-cp37-cp37m-manylinux_2_17_x86_64.whl (37.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_11_0_arm64.whl (16.5 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_10_12_x86_64.whl (25.3 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 39b1fc3155648534b3a8766eac1895868f7420bff5ebb93c2e9fdfe6a911523d
MD5 cb0120f9b62e1135f679e214e02183f7
BLAKE2b-256 865c29c189d33470478ad339d3f9504b7061b2503b4704161b7a93fc74b15121

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2f88d1dfd03e71e15b08d666bbd91199ff4fe02629cce7d6c958ef7a0346459f
MD5 5d83e0ef5bb0a412a80714edca552788
BLAKE2b-256 a477bfe3b137b056fa6b26c99d3fd03c526292a10f89266ecde7f2b847ef4b35

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c91aba3ef5c929d92021ef2282b8ed8a3a0bf4f06b24371161d28ba2d624bcd3
MD5 f5f0048df6168ad2b556dd8f4757e4aa
BLAKE2b-256 b50662b6ad2b9fcb02e1761e7fad3a2eb21c87fdcc66451220d5eaf93db4e68c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 175f3ad008c0f403f0b48850e7641464df1521a75783ac7bd9d6203e85c38296
MD5 fb792149aa02977c04cdf42c59d05fe9
BLAKE2b-256 2ffcaf37f785a96f9cc0ba93906750404c0b47ed53fee4102ee525aa2dafd714

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5af0388bd0de2ed9902bb6da466674df2c7d419f3e86b317b660e3db94e89cfa
MD5 2233c1d7543b0e33b88982dfe8a3c915
BLAKE2b-256 aba8020fc229017738ba8c46d14e1315162935c0be11fb7eb59008caad92b8cd

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a4e98c357326cd6e381f13e69a557dcd09ebe2dab390d7c05d5abb8a8d0df1bc
MD5 91265b470de0d814c3747c59679409db
BLAKE2b-256 85aa8ae8d49c52d70dd26d795ede6ae4c96193ce75d4b7d44a5497e19c609194

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56685e9345ed22eeec30b47a89564519eb365b9dde53c6fc9b9aaca1cb6425c3
MD5 71de8c76477befdb201365fb4208809a
BLAKE2b-256 8f3d052e2ff501222c0e15d8cc5d6d20b979fdf0586a4f73f1b581c183c1108b

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a365a90529fca1d0c86f20e1ec3932dff635082548e0d177110f409c3c492ecc
MD5 ef4de2eb2b0562abb66ae0ced6f4118b
BLAKE2b-256 44d6942117ddd1d1a7da5d4d5e9171a3707a67da67bdf7345f538b6603ea6e7a

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9f7a0da2e495289cc5cc78408cbfe3c1746866095b67f35b033737421f7874d9
MD5 32d0a3c3997657cb8319eaf6851e6352
BLAKE2b-256 95008b8428ecc8a0a3d8b5cb1e4452092454377a8fa7394aabe0d60306edd874

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e5ddeef7381c0fa6a866c41ddf201093f30b13b5b4b4498ae7b48acfd6c49b9f
MD5 1b2305c4dbc64a4016df2c9f012b662d
BLAKE2b-256 d79d35ecbef9513a81f0e3fd463d39e3d84f3daefadfc7388aebcaa900e5d3b8

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59e1ede2dbf542e950ebd8b0cfa47d1cbc468713152d3e3345123e5934651a18
MD5 820f9ca068cd011f261e9f4883a8b781
BLAKE2b-256 ff2ea6fe8f52a4693c6e0f6ec2ea5790d8fb73cde909cacf9aabb40a0774ee01

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 38a538cde1605538f318eded4743ae891a1e1aa35c9dda5f4645905beaa36d2e
MD5 0c90baa13784a9ace955b4b4a25f2a0c
BLAKE2b-256 b5cbb434ed84a2fb67f269005e88bb4dcd16653b5f8860782f5dee7120123475

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b5f1f3258a7ca67c31665876ca1e40696325ae574fb3bd35596a3ee778a2e5b9
MD5 0afa029136a393d1e273325d26442c96
BLAKE2b-256 75d9537867bccdd33a3a992586d293ea4592b4414372c00fe0193408777cc06c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 eb1704ff560172a26bf4622dba513505490a7ca248b44e3d61eb1f63173dbf55
MD5 92ec186d38f5f06da84c84e22346bfe2
BLAKE2b-256 600ad92b5a2bf5cfce84457e2cbebe377e4442b38351198f89b4234e108c0d57

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a1ecfde163b7f873b115686153cfd8c9cb1da31568adc16cac0c9842905de07
MD5 0ccf850fd6e3f89c0eb9ee625b30e930
BLAKE2b-256 40a3bcd7c9bd25fe34b1f4dfe3ac3efbf322485786158d1a82c8824728da8083

See more details on using hashes here.

File details

Details for the file openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.0.dev20230119-9394-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 be0ef62411017f49fd7826f548d2b836b2ea6159e42bc6ae32f71ede4ea0c6e6
MD5 b89ff20d661a892c5bd6392fdf3eb724
BLAKE2b-256 46a13e18bcb893c46df42b742f40ba673c54147c6adf4d5ee7c61e675208dc9b

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