Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™

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, image generation, etc. It provides high-performance and rich deployment options, from edge to cloud.

If you have chosen a model, you can integrate it with your application through OpenVINO™ and deploy it on various devices. The OpenVINO™ Python package includes a set of libraries for 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 on the System Requirements page.

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 may work on other Linux and Windows versions but only the versions specified in system requirements are fully validated.

Install OpenVINO™

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.

Step 2. Activate the virtual environment

On Windows:

openvino_env\Scripts\activate

On Linux and macOS:

source openvino_env/bin/activate

Step 3. Set up PIP and update it to the highest version

Run the command:

python -m pip install --upgrade pip

Step 4. Install the package

Run the command:

pip install openvino

Step 5. Verify that the package is installed

Run the command:

python -c "from openvino import Core; print(Core().available_devices)"

If installation was successful, you will see the list of available devices.

What's in the Package

Component Content Description
OpenVINO Runtime `openvino package` OpenVINO Runtime is a set of C++ libraries with C and Python bindings providing a common API to deliver inference solutions on the platform of your choice. Use the OpenVINO Runtime API to read PyTorch, TensorFlow, TensorFlow Lite, ONNX, and PaddlePaddle models and execute them on preferred devices. OpenVINO Runtime uses a plugin architecture and includes the following plugins: CPU, GPU, Auto Batch, Auto, Hetero,
OpenVINO Model Converter (OVC) `ovc` OpenVINO Model Converter converts models that were trained in popular frameworks to a format usable by OpenVINO components.
Supported frameworks include ONNX, TensorFlow, TensorFlow Lite, and PaddlePaddle.
Benchmark Tool `benchmark_app` Benchmark Application** allows you to estimate deep learning inference performance on supported devices for synchronous and asynchronous modes.

Troubleshooting

For general troubleshooting, see the 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 may 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 OpenVINO Python API.

On Windows, additional libraries may be 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.10.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.10

Additional Resources

Copyright © 2018-2025 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.

Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.

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-2025.0.0-17942-cp313-cp313-win_amd64.whl (39.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

openvino-2025.0.0-17942-cp313-cp313-manylinux_2_31_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.31+ ARM64

openvino-2025.0.0-17942-cp313-cp313-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

openvino-2025.0.0-17942-cp313-cp313-macosx_10_15_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.13 macOS 10.15+ x86-64

openvino-2025.0.0-17942-cp312-cp312-win_amd64.whl (39.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

openvino-2025.0.0-17942-cp312-cp312-manylinux_2_31_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.31+ ARM64

openvino-2025.0.0-17942-cp312-cp312-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

openvino-2025.0.0-17942-cp312-cp312-macosx_10_15_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

openvino-2025.0.0-17942-cp311-cp311-win_amd64.whl (39.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2025.0.0-17942-cp311-cp311-manylinux_2_31_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.31+ ARM64

openvino-2025.0.0-17942-cp311-cp311-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2025.0.0-17942-cp311-cp311-macosx_10_15_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

openvino-2025.0.0-17942-cp310-cp310-win_amd64.whl (39.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2025.0.0-17942-cp310-cp310-manylinux_2_31_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.31+ ARM64

openvino-2025.0.0-17942-cp310-cp310-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2025.0.0-17942-cp310-cp310-macosx_10_15_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

openvino-2025.0.0-17942-cp39-cp39-win_amd64.whl (39.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2025.0.0-17942-cp39-cp39-manylinux_2_31_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.31+ ARM64

openvino-2025.0.0-17942-cp39-cp39-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2025.0.0-17942-cp39-cp39-macosx_10_15_x86_64.whl (38.5 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

File details

Details for the file openvino-2025.0.0-17942-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9bb756f33d09bc03d0036be3fd31b9606976d8b9b152045ad4dfcbdcdd2b5db1
MD5 8a5de607e7a92bae525c3cbef43b3239
BLAKE2b-256 fb5a0c544752bfe46a0d2ef662048a1431e780e6875dd731f017d3863efc75bd

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp313-cp313-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 eb6d37a2d9ed55018cf691f4dc2eee33b518bbe778da58fc9f21b276c60f67ac
MD5 ef8822b629e0aa777d7572a5baf48e00
BLAKE2b-256 793729ae25ca5cb6fbeaf30c3828ec290ed8cdd9c5ac6e62b1dd6a1d4818bfeb

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp313-cp313-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp313-cp313-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51b71c1806b3e8c8b739697ffc46c56dab2fa5e226f4a9048f5c7a14c7a88ac7
MD5 5adf81e4485f1c850a14bc4230aed049
BLAKE2b-256 572a99bd43956902f76d1fac08993571830e31dc7254109e35c7007c535be38b

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 972be86353e6b568b7744f2bf76ed2c30607898d367ed96e33c448374a80e048
MD5 efde06af37782fef82c411850237f043
BLAKE2b-256 cc7ac6e4e2fc3fddcf11cf0df46147aa226dd1fa5394789d7391b17b01eb25e2

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bcb5eb8ff63ba76bda4347d2f6beaa231ac1ef0690459cacc8bd67995d98bdc0
MD5 e1a0294e7911dcd0bb907938bd3a70fe
BLAKE2b-256 8d22027902501536312ada43bec5f5842c5740c207c6b73a6c3101c112e15c9c

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 625a7d548a5200bd37f57b6e93a2bb50851b9e91ec36cf9a3122c6985ed26f01
MD5 4a6b34b7d086ac8f465ff904b43da02b
BLAKE2b-256 88284f8d9501370cdec0739c8683bdf3cb43a6f4d2fb91db2564647fe24945d5

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp312-cp312-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 13be6158fdc11f249d9f0ccd799746e785f38a0a28c38694217165b2972801f1
MD5 60fbd780a51ff166ac9cf901e9901662
BLAKE2b-256 843c4fbb473439bca6fc5a0493c704d1ad0459044fca1d18dfafa0a1ba138c55

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp312-cp312-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp312-cp312-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e5557c9fe0ab6f90e2099ff787c4f8efcfa89c770ccf92dac73664404ca551a
MD5 0ce7f2cd1dd5bab9a7dd8207f2e43c82
BLAKE2b-256 0ee5a6fd238c7195c30c5b2ea9dd3d3476731daecf8863772a066a6963b96de3

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0df613f30632289102e67fad27bce21f4804e76c94d96244ba04d78dd3e1f0f7
MD5 5a3aac3daf029edca9ee3c35a8855163
BLAKE2b-256 351684612c4ef954737931381e747d9d722bebacc3b91394d9e93bcdfd9ba1c2

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2820748165827827a340bce5283d6c296c08678194be6b5534b839190e4798a3
MD5 f3beafb1578ca18714c5c67685d90b39
BLAKE2b-256 1ef67b6876cab3936aa6f78e08e767cfa0ded361193e4c36814982953df7f7c8

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a72fc4c1d52963f5a1644e759709aa56aa811aa7371e3f31bb11ea574a0db22d
MD5 070e60cb2c45e88e407540d14aec3feb
BLAKE2b-256 4960b7b6bd7b626ea08fbd0ddcc4c68c4e2601a5d6e6d5662c29e7e5dde98bd2

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp311-cp311-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp311-cp311-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 c6e9ca6e956ceca43b251e675cfa098313cf96d89c7a6f0fdcaa47da6664baa1
MD5 d37bf659f491a57709bedcce89201d12
BLAKE2b-256 e468a905822e67e41dbfa1b6dde7250b702fea69194f180bca942c06a4877a26

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d66c9cb37cdf2490b54645e5e35bb21efae44c232cafcd7d4bbc7774d5830143
MD5 878d80c2b22371c13ca7f9539e9510cb
BLAKE2b-256 7d3aba2936d5a688a2ddf9b933dbc065fb8ebaf13ff2c9522cda2c2275870f89

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 233afa426cf65cf3e430e1e34cb93dd0aed76098e0d0edcf74434f0055359350
MD5 5af288e588f86305490fa3225f67ab22
BLAKE2b-256 0ed7756158426235a1ddfb47acc2d68d758dcaa5ad94369adf276c682b432152

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b2c93ae6d3225dfcfd892a02c0ce85b71952add5cb58ef71be7ad2cb2906abe3
MD5 befc3f18db217d3f11c24e1ec10be696
BLAKE2b-256 d4bf1e2a3b8ee46ba1048179a730ac8906f6b1fed8fecea5ed9582da77dc29b6

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d4b96e179f4a6b96e585f96a9c6c7d1992e39a2597a5d1afdf6c99d5d6bb36e
MD5 873684312a10704286a5cf8e5231030e
BLAKE2b-256 7df7f7a11155a4a8f02c4070b941ef013edfc3c453e4f85bcfc21cb7fdc38e90

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp310-cp310-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp310-cp310-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 65b523cd5a5f0489a9aaa6ef5b897e5af7c5df289fc073b120a2ce1562b2932b
MD5 0e0fcebbf7f3b604443e6de3879fa2ca
BLAKE2b-256 eec722a87776bbf3aad6fa714e15d5e0411d7a4b39a1fbf0138fe8e14dc44eb2

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8bcd6afc38c2f011aaf8b892acb562ea38b30bd925ad5bb0968111589aab3ac
MD5 85a97ef7a8ede7b51e93add48a40720d
BLAKE2b-256 ee83c77871be41fd344e77fd98e328332349de16601516749a7cd4bf3b88d2c5

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f84c636ca62a04731a8083e3ced52ae7e6d9ed566838d8a48dedfc70c99a064a
MD5 89bf26e1b19e80a9e3110766a45c3fdc
BLAKE2b-256 a85edcb0b43fa7a429fdb1b4392cf0fc8ec6ce60cbb788d2b79208d7a0a613f3

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f9df1dd1b8f321826999d9d5a6bea0eadbece7003d1f2546a2a6d79944879ec8
MD5 8d588fcdc568cc04d877c9872f6d5e07
BLAKE2b-256 8577435101032891188faafd4ab3124bfe27bd71978e4733a3dc09f05bb86637

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 71732a9771ef643d08a2d8224fd4f5e386ccd01bfb05252740c388bd9a643370
MD5 5c0566416b6ed0e5bc67c0cbc273e849
BLAKE2b-256 6450c852a7d37de6be89a6e739282282abcb8d902e53c259f467a2a8dbfbb7d4

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp39-cp39-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp39-cp39-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 36f4094e8ec90984749434bec05cdca2cf07f0f0ef9d5b1e5afb931598fdf8eb
MD5 25fcfebd92ce634c4fa80f82c60228ad
BLAKE2b-256 97e553fbe781767f0a7b0850c64a87fdab097356cd4195f7707d80ebe909fd00

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea6344414b631043e6bae94698faae7fbcc9f3a007638bbc81871b6082ccec38
MD5 e795ee7ce5658500aca6f990ebc55a7c
BLAKE2b-256 b4c04f8158601c2c4af7198756daed87848d036b59d7d83a12c0007d019ed62f

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ea79675e0e0618ea3d205a6cf5df33f62551a99e95348535512aff2bef72a38
MD5 e43fe3f746b0f7410e9d280a2329982d
BLAKE2b-256 7187947a273ed22602edadf25b2c2e7af1704c2244c316fb718983599b4527cb

See more details on using hashes here.

File details

Details for the file openvino-2025.0.0-17942-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.0.0-17942-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1d79413026a968e506ab0b63a751694cfbcd62a5a1313e88d8950510bd9d7dfc
MD5 9d057526491c93adcb15fb631e1c9c67
BLAKE2b-256 c3cf123cf49b3d510c852277facc41d9eb421a555c4e770e2d3cf7cf55b25a3a

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page