Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™ Runtime

Introduction

OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applications and solutions that solve a variety of tasks including emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, and many others. Based on latest generations of artificial neural networks, including Convolutional Neural Networks (CNNs), recurrent and attention-based networks, the toolkit extends computer vision and non-vision workloads across Intel® hardware, maximizing performance. It accelerates applications with high-performance, AI and deep learning inference deployed from edge to cloud.

OpenVINO™ Runtime package for Python includes a set of libraries for an easy inference integration into your Python applications and supports of heterogeneous execution across Intel® CPU and Intel® GPU hardware.

System Requirements

The complete list of supported hardware is available in the Release Notes.

The table below lists supported operating systems and Python* versions required to run the installation.

Supported Operating System Python* Version (64-bit)
Ubuntu* 18.04 long-term support (LTS), 64-bit 3.6, 3.7, 3.8
Ubuntu* 20.04 long-term support (LTS), 64-bit 3.6, 3.7, 3.8, 3.9
Red Hat* Enterprise Linux* 8, 64-bit 3.6, 3.8
macOS* 10.15.x versions 3.6, 3.7, 3.8, 3.9
Windows 10*, 64-bit 3.6, 3.7, 3.8, 3.9

NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated.

NOTE: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only.

Install the OpenVINO™ Runtime Package

Step 1. Set Up Python Virtual Environment

To avoid dependency conflicts, use a virtual environment. Skip this step only if you do want to install all dependencies globally.

Create virtual environment:

python -m pip install --user virtualenv 
python -m venv openvino_env

NOTE: On Linux and macOS, you may need to type python3 instead of python. You may also 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

Error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio"

On Windows* some dependencies may require compilation from source when installing. To resolve this issue, you need to install Build Tools for Visual Studio* 2019 and repeat package installation.

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.

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-2022.1.0-7019-cp39-cp39-win_amd64.whl (23.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ x86-64

openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl (22.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ x86-64

openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl (22.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl (26.1 MB view details)

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

openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl (25.8 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl (22.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.27+ x86-64

openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

File details

Details for the file openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b419593984286a746cf72b33c23de03a52d746c3c9008f2155f3fccbb4858524
MD5 8c78470c3e5acf8f5ddc3aeff82dbac7
BLAKE2b-256 47ea004cc548b0bb24bba9980738a24bcd80a58b49b32e7975cf140cc5dc0c97

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl
  • Upload date:
  • Size: 26.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp39-cp39-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 c4326526607be65a46dceaac28ae1db5bc4ebb1be0ce72b0648bd0af68e6fef6
MD5 5535e03d96ff60e27e9edb6544c2ce49
BLAKE2b-256 91c0b2011e81f7e11cb9a93fbc16300b12797323ea862404d0fd3c05c91e9a85

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 25.9 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 36736a9dcd4dfcffa0628cff153c05f81748110575aa5eb560584e3dc4514f68
MD5 ae1d8d57103148104c19f13aa0881a3e
BLAKE2b-256 0b08e2afab6d37172665b2eb22f9e73f1ecc3730d8959b8b725efd29dfd9a94b

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 22.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 156faf8c793200bc40c906a19a045865dbf966f026152d2bed2d3aaf14d8c80a
MD5 eafcfa8d641ac364c17d2c91204497ca
BLAKE2b-256 e5f597670d2a9428278a965dd003e59642372b49eed9e2689a724739d119c6c6

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl
  • Upload date:
  • Size: 26.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.27+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp38-cp38-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 bafc58f802dddd47752e9beb8fe36d1f88493f48b647c57bb811f43e92c807c3
MD5 1372fb7c6708d27e1adf291f81cdc75a
BLAKE2b-256 dea1760a55d78e086e2e46d7f138958da91438b00c67f9732eabd28e2b8897bb

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 25.9 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d99fd6c70cd826af03e76fc5059d07008067d7e5aab0688b3307af51d26a56cf
MD5 192b3802333d2b85652704b97aa8c863
BLAKE2b-256 5aa3e8ecc8e2a97b0426b6c11fbde1336442043ac6f836c1127b93f6b142bb6f

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 22.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8166617a41247f308be3d7b7f974c39e9c5db4db06c2904c87124579e08b646a
MD5 32872f551d4e6464f4f2d7163dfa3b4a
BLAKE2b-256 336c77baf7dc7776afd05481bcc6810461c4cff6b56865a06e705467ecb5e67d

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl
  • Upload date:
  • Size: 26.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.27+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp37-cp37m-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 33f1fd08232ca35e84b45807a1bbffd169c3ab25b23b28f3e75b7363b54f3ffc
MD5 00374ab093ed941de901fc0b02987209
BLAKE2b-256 ecc5097ffced61829ec7a087ab83cebc6575d37c9d53338c58ba3f28c3370962

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 25.8 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2346fa33410b51a594a5d1ea58824a4ecd54873a569333fdbd171c0537193ef2
MD5 074926baf720b293b17cf88a6b20e7e1
BLAKE2b-256 0f991bd8c601a551248cca598ece9761869068c6bbdb6ec0686d059e2b97ed81

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 22.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b3b48d783af05132852cf7e4933ed0e1718c892cdab5338213c96b421e13e9de
MD5 e69e67a5f4e234b85166c8736c466e55
BLAKE2b-256 4088fea66fa8ff7a8e63b9803ff4dbe7d8c1d64992e3bef545af2fffde16ddc3

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl
  • Upload date:
  • Size: 26.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.27+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp36-cp36m-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 0ed9842e833dc731b207be21f6f272995e461c1406b1227c4efdfb8cb8e723cc
MD5 d3ccedd91cecf5106498d18eefe3f24d
BLAKE2b-256 0a44488d4a411bd1177f20b9ce30d6d04336cb4fd3a6a3c9d5013b80f4d83173

See more details on using hashes here.

File details

Details for the file openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 25.9 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.0

File hashes

Hashes for openvino-2022.1.0-7019-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bfcc9655560ecaf898db869462e9e91eddbcb3dbcd7f6bc186ad98b8fea632dd
MD5 d78c92e16b76c897cd55208af967f0f1
BLAKE2b-256 7742070d7192e2109c00ce7ce1be3cdf44d109e35f7c02e98d132c525bb10c40

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