Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™ Runtime

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.

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.1-11005-cp311-cp311-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2023.0.1-11005-cp311-cp311-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2023.0.1-11005-cp311-cp311-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

openvino-2023.0.1-11005-cp310-cp310-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2023.0.1-11005-cp310-cp310-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2023.0.1-11005-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.1-11005-cp39-cp39-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2023.0.1-11005-cp39-cp39-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2023.0.1-11005-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.1-11005-cp38-cp38-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2023.0.1-11005-cp38-cp38-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2023.0.1-11005-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.1-11005-cp37-cp37m-win_amd64.whl (27.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2023.0.1-11005-cp37-cp37m-macosx_11_0_arm64.whl (20.1 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

openvino-2023.0.1-11005-cp37-cp37m-macosx_10_12_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file openvino-2023.0.1-11005-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 654acae255cb6f63e64652701f858c023ca4b4cbcf2d57aa420a0f42fa6bd067
MD5 2febddd4093ab72b3cf32971edf233f6
BLAKE2b-256 9047af8cf899ff3f354fb4a01581b37170dc4cba96d53f6dc8ca7c74c31eb7ac

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0b16088487a5340ca63673f8b7400b10d2a2889f4d1504741b947456e72c5c5
MD5 9141fec674957f81541bb5708ec05fda
BLAKE2b-256 64979dc1ef61ba496dcdb2b6753d5414bb23a91ed8b2f7d15b8f72a44156126d

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03d96a67073e44a328f75774a474760195e45ddbd8c199960249423c1f2cfdaa
MD5 a253d6c8744e27eed213407997cee44a
BLAKE2b-256 32df3b1cbd8e1e70f968ec7d2188bb6d8ef3c9323993f6c1d3054f37b5024f69

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 518b1c481fe7d704b583cefcfdab2c67faad44cc2edee6c36622992fd9460677
MD5 e35b26b5405aea52ce18eeabea452bc2
BLAKE2b-256 f195a0e3f3d6875f89ab7a73751c59f74a5f28bc00434698f993193c53f75c65

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b8927b1c2b35194b059f09ed50660c4b9c7a0f6aaecebb5842d26dbce0398513
MD5 605c999a6f24914102b69444f9647e71
BLAKE2b-256 9e8b85b73997bed01357e6e19a526ebfb9ccf202e1674eef551d1d0ec7f5d966

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acc30e73f1daaaf7c2a65073cbb44dd530f6a0f272d37e95362d7166848b0067
MD5 172492406aa315b4db6207e75bbd7eea
BLAKE2b-256 840c4860207577c016eb1fdf9f1edd025e98706a5b914fa8e41f2de957b68672

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3ec0ad0560562d400049c4208bbcd02316c934e7a87f75ae7c1299fa8beeb90
MD5 06c763e7d372095798129344150fe70a
BLAKE2b-256 b87455cf70519ac9b6ea2c12d71c902e8a876e93af48f02c7c42c9bc0d1a4f75

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0a40e98f30fd2d3d797bca473db01d09a511f16579260bf35fa5b5d657c038c
MD5 6538322d91df6b91418d9a07a88cc5a4
BLAKE2b-256 72c5d7bf85512ff4a3b7a07ca024212b0016c7380f920d94fdf40cf63083296d

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a44d26d0fb0c36b2537276fa784545da421b168395b89102b9703b6a7f145e7
MD5 e82baee33897b488fcaff12275fc32b7
BLAKE2b-256 bf4691fc6d79b2d186da1a7279cd387f1693c5eb7e9c4d522d3d16db09e14794

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a97f6835872a656169e013996e5110ff0f2ffe3ef980278505e243f43cffb377
MD5 e4cd76cbafe4ad0becfaec8d2d833e92
BLAKE2b-256 e57eab4a7716702c7d8b525d27633892625443527b639903a938801365d68cac

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dd7b6a5d48a1e04b46bf4530d6e3c08e3c46ec4b78608040d524ab0588bfaf7
MD5 2281b93cb4f1beda37e8633a267a0351
BLAKE2b-256 e074cd7e755ef0194adfc210e511f5daef5674e9fe650be14f54e433673b1cf4

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d7cabe3943f240852905b5236cb4ff02c3131bb4a96f08fe724a2bc66b0bbfe
MD5 a0b8b091898e2f790ace99c721d1bbf5
BLAKE2b-256 8d89bcce77f27342a3dfdb028632b50c5fc0aeea3a4181930ecbd2402c9309ca

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 95ec89db08d2d6587e99bac3d94f1c31f933eea1ce3d90a2b8b7a6f2b47340e5
MD5 ecdf5c62e0e854a93a9a41e4372b8220
BLAKE2b-256 8fc06eca54bd6890354b801ce0c2bb0c20eb4d175a2ef0d675a70f535b606fbc

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f58e8ccd7ef839f0b8d931ba7113e71e89bf0f141f5138ea4c0f64facd1c8689
MD5 71bad320f74b62fe03755ff88b66dabb
BLAKE2b-256 573e681b8a6d9371e164dc27de7c1aa27fe3c893263a5621a42e60e47a4110fd

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8758cb3481ccd627283ec84c148bdd7873c79c029bffbc040bf8e59b5e21bd3f
MD5 7461697720f3da1bf6b91a37c35ec923
BLAKE2b-256 c2f2e7fe707cd99a773acced6068c7af169a29f5016d2253276ab2aea6c5323c

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10a6407f9ddf283936a1eea9d8a68a825676b46c6229bd7662c1408160f1e01a
MD5 93b3913bd61ef9be5b2a67e174350ec2
BLAKE2b-256 3132bb3c2c52664a911db2a08aed17d67c5d67b3435e981997ff7933380b71ca

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5462db6deb2732ff0885d899f6d443378e0bf969f8036831501f20d2b0098c70
MD5 535d8d40f1e8d6ccdee17a7556073577
BLAKE2b-256 6b20989b100fb98355adffc984c1b3c8f1bfb7cb05baf5fc1ac4b6a67303f42e

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95492344eb48e5fd3810b7ac3bd01efa3fe64bab2ad68932962dc7153a2d2035
MD5 1e1b7a19245c568718b0d18abb515fe3
BLAKE2b-256 0c983a2c61f9e9d60faff740213d15083fc828bc60910b4977ff5ca3b6cfe9b5

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 264f55b67f21c4fd509842301435067e1f8a957f542b2a37aa15e12abb7f0001
MD5 67d749c1bbda479f39bc64d15426adf3
BLAKE2b-256 3c8eff4b306e344ec708974a1c644e8461564ef66ab21457fa688be31d2f13cf

See more details on using hashes here.

File details

Details for the file openvino-2023.0.1-11005-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2023.0.1-11005-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 be0b41dcf48f6aa8cbf57f638539571d381c39f80fd4b5b4799d5f42d07b5e6e
MD5 f710ae3bb682ed2009af609f6d268e58
BLAKE2b-256 c001e330fb36b5f497810bb0dc3430b360de5d9dbefe55744ca3be4eec6a98b1

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