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.dev20230623-11420-cp311-cp311-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_11_0_arm64.whl (20.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_10_12_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230623-11420-cp310-cp310-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_11_0_arm64.whl (20.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_10_12_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230623-11420-cp39-cp39-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_11_0_arm64.whl (20.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_10_12_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230623-11420-cp38-cp38-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_11_0_arm64.whl (20.3 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_10_12_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

openvino-2023.1.0.dev20230623-11420-cp37-cp37m-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_11_0_arm64.whl (20.3 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_10_12_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 338d6e6fe4c1c1dfab56e1adc1a99d7b15515dc0b7e59b8604825cc2f708c6af
MD5 359472a9a3e008a0752cf612d764288d
BLAKE2b-256 acc16186535a2233abbe7bed84db4f1990120315d8b1db774a258a53c0500741

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fdc620172bd8a210e45da73e2455f69074468869d06c85645eddf8860ba211d
MD5 c5b51426ab243718a53f0b9b2da7564d
BLAKE2b-256 579b5d9cf79b1e29edc0bb3ca93da8ade665c691c86e9e62321f9bfdf4c017c6

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7e2e02df98c5a1ea80124cfab90a253732f6ea9ae665c2268e84fe85edfa007
MD5 181033a1485de1dbb2f76aff1e5fa7e8
BLAKE2b-256 cb2c305d1a0000cda68ff0ffc5a58082d7e53db06692a712b44d90ffa18a232c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5ea40a6e26911899b7e334f482b8dd9d297fae9ce7b8beb69100f3eed156e174
MD5 1db9f5209502be7700025db0158e6ac8
BLAKE2b-256 fabddeea965d1881cb079829abd43f9b8fc51379739e7c6a0f627437566ba655

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea91c244bba730fe183fc21c188a59f04a8320bf0eb98bc7d68b8103c4b5175d
MD5 f50dab4b412899694ef69083a1de08fa
BLAKE2b-256 706b8384515c104e0e67c1b5ea717e5ea81b172342edadbad8cd4d8bc9186cc6

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e255d20c0aa4639f1e7a1d66af6ca2fc4beee86d37223b20eaf7cd157436fdea
MD5 3539a28379888758b88eed3ee8d33f84
BLAKE2b-256 56f61de5e396219b3cd6500ba28d14021b804b20923ae8c5a18cebd490cf166e

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25443d6e345a6ec328c3b8bcae980a2b4894e2b549d7a70f2b94b358dda98b56
MD5 9ede158805f957f6e51be1ca14d1e8f9
BLAKE2b-256 8856ee97c96f44b5b2ebd945005242c67fae3a43ad56a9794884489333b65d03

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f2bf78a4cbe59c7901c63cc6209a48fac0f252b085ad5984ce4c5d2c107925c5
MD5 c170c9bf5b3a727cfb410fd5cbde55f2
BLAKE2b-256 c538673d347a0c05035f8b271754bd9ff450190e09e91ce6659307bebac40667

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 221f4cf5322d1f1a3837d8c1c48afeb4c45a9a83a88d7162b5f89f8a2dfa1119
MD5 30d482063b708e2d0c052ca8da1ea3f1
BLAKE2b-256 212e8de32d635750533b3fbeef981051f9bf3a9ac3dbd78404bbd7d8137b8283

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 636f701f99ade3effc6559c89826247069a928bfeb6d62dc8e532d3a870a551a
MD5 9862de65c6e9b1a3edfd58503e258839
BLAKE2b-256 d3055cc47d07f115187cdcaad8171fafab637286c044b82c8b1dee4b2f9dea3c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2d04eb6231df1551829e1134eeff76a0cdd0861bb2d92ffeb19fd88f507d476
MD5 a5b4c25d8f191238f1d15c0fc51c16df
BLAKE2b-256 84db14f3c1950838824eb0287aa34b62d63acfdc27c0b6c0b652f4627fbcdc5c

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 950610fbfe2774bd826bde6109c410bf3e7577a93e539b8a7730fe3f46ce7758
MD5 990f309b6d7d8549aa04ac54f078d391
BLAKE2b-256 a62ae583d417cba0c9923c6f6dbbf8d7884b658ce429d0b2b65ecf45de57b2c4

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b8e042548074a4b236770513554b12c76a87a2e82126a10bb074fb722344f95
MD5 ed475478a14951286fa9ba1278d463eb
BLAKE2b-256 3526c0373e00083b4bb156a8431a8686505bd60f968471ca41743f8bad03b5de

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f9c467ba5eab7bab1d9946d2cba8274e4f3209ef6ebf07a03669520e8d4f100
MD5 b6c7b548cae31e1f7c5537d97a15ea9e
BLAKE2b-256 cb42b30739672466385aa983dcfa6c4b72d3388c2485a7f407c63229dddb4c4b

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1201ecef913045d2152b601f04bf81a70b2427dc6f17f31b9c7c7873732bf18
MD5 e04cff045457f594b1777da98f2643b3
BLAKE2b-256 dc06d351a8052105c6cbe4a11aa8a7c5dac6d4af11a5e4355cf733f22159c7bc

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0d0f81d0410476e5a9db78f384a906980c3b8b6cccf931014865f162edd095c
MD5 efe0acedda76bf7d627d93d2f5731c2d
BLAKE2b-256 f0b5b083b2f2b04629c52aa134995621b50f759a12f7fd6836bf7cbd9fec11cc

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 65eaba956382dc48fa36c38904cf7a3e47218187198f37fd6c0049d202fec221
MD5 77e6008862de6307f659233166365fc7
BLAKE2b-256 f0cdbd902782a6bf431e914ac1836a8a9f9e9d2ab3b66a6d7f6f180bed0b13a0

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d150dc1f7c97e7f395e9f8b2d11a83a43505835c65e1262954076aa165826a6d
MD5 b68fc873e947f85aa5e1aaf6fce895aa
BLAKE2b-256 b8cc5d7bdc7d88f6ba462d54a402ebf6879a1b618440f4bd2dccca72a8019b9a

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab0a766b24782f4a969ddf797189ad4a994db6195f11a90e8d77c2b14cc60f04
MD5 a846a535bde1f0353d6d17f75ca56bcd
BLAKE2b-256 26d66ee14316d530319c04864a79d0b056e4576a51211d2dd1a9cebef07d2a0d

See more details on using hashes here.

File details

Details for the file openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.1.0.dev20230623-11420-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23877fde37f24a7e8c392ba49c9dad1739db48b8d65cfc3dfb105415ccb1573d
MD5 e0db0ba84354ad95019e74911c0cd6f6
BLAKE2b-256 9888617be10e19fe3082bddaf85be9eac03617ccb637ea12de3c0730c5e56a22

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