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.1.0-18503-cp313-cp313-win_amd64.whl (38.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

openvino-2025.1.0-18503-cp313-cp313-manylinux_2_31_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.31+ ARM64

openvino-2025.1.0-18503-cp313-cp313-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

openvino-2025.1.0-18503-cp313-cp313-macosx_10_15_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.13 macOS 10.15+ x86-64

openvino-2025.1.0-18503-cp312-cp312-win_amd64.whl (38.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

openvino-2025.1.0-18503-cp312-cp312-manylinux_2_31_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.31+ ARM64

openvino-2025.1.0-18503-cp312-cp312-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

openvino-2025.1.0-18503-cp312-cp312-macosx_10_15_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

openvino-2025.1.0-18503-cp311-cp311-win_amd64.whl (38.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2025.1.0-18503-cp311-cp311-manylinux_2_31_aarch64.whl (26.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.31+ ARM64

openvino-2025.1.0-18503-cp311-cp311-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2025.1.0-18503-cp311-cp311-macosx_10_15_x86_64.whl (34.5 MB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

openvino-2025.1.0-18503-cp310-cp310-win_amd64.whl (38.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2025.1.0-18503-cp310-cp310-manylinux_2_31_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.31+ ARM64

openvino-2025.1.0-18503-cp310-cp310-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2025.1.0-18503-cp310-cp310-macosx_10_15_x86_64.whl (34.5 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

openvino-2025.1.0-18503-cp39-cp39-win_amd64.whl (38.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2025.1.0-18503-cp39-cp39-manylinux_2_31_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.31+ ARM64

openvino-2025.1.0-18503-cp39-cp39-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2025.1.0-18503-cp39-cp39-macosx_10_15_x86_64.whl (34.5 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

File details

Details for the file openvino-2025.1.0-18503-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a8ea72c31fe243942870dd030e0b6b12642fc39a1d89e3762e59b143b45821b7
MD5 3d990342bfd972d7891a5d3551a63f6d
BLAKE2b-256 c001b25400307b2c13e3f32bcd2f06a0d3f823c42d3ad1092209830a7002fb60

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp313-cp313-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 b6a8006fde8d2a6f1a79d818893559c5fa7e7fcdf93b7b4e3e781301b289846e
MD5 e9915946663c387344db5f6c5fa0255d
BLAKE2b-256 6ab100fd4d9ff3bb78494d6046642df3388ec621cce96ecbd740f6d56da20fa1

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp313-cp313-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp313-cp313-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 746fc485c60b7c2be940f9c04105809ac40dfe8487ec422e872dc1340c553b75
MD5 9d1b6cb78a6a045078f2e873c66d1a39
BLAKE2b-256 8c8a39a89f287a0442261b279b12ad25197cc145f28b5635c768cff344434e76

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9844c84412f67816fb3a64835ed4dd9575a07cc7a4b726a5f4cdcb897ab33775
MD5 0f105de4427be114fcf32067f02559b4
BLAKE2b-256 40805825134bf92d844fd56ad846f6aa939998560cf94c957cf715a2fd7f0197

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5a128cf9ea645ffc89de9fc5745b7e7a7a1c825a37cfa92d0871c01e57ae5d0f
MD5 a67ca23c2dd4c2b901cf92a3e973e176
BLAKE2b-256 ad991202f1c5471aee5107914c278c8994b56e62fe15a9338dc3c14e2f24b704

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fd19a0660e04228f8710e832b2d8cbc2134325f553b9c265e212032241596ace
MD5 e2f68faef6ed3bd2771fea67465ce151
BLAKE2b-256 d18c49f8ce231983ee47c9aa38bb660ee4161f6cd606c4c4aa7279285e4d48d9

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp312-cp312-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 c9a1350d494c612495c58e6ef9f4935d4dba03d0e89911cd9d2add6b9da17485
MD5 20db6ab58ddf628c671e806c768ddfd3
BLAKE2b-256 e4d83090d124751c20733d2a3181d050c629fb06dc4dc939d7fd2092bb3a31e2

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp312-cp312-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp312-cp312-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ef5e48d565d78885fc98eb2cf59904cc8e6477102fa68d7ff0d6f8ba89eb5a8
MD5 a2f7a06890c6ef609b34534d6331c90e
BLAKE2b-256 aac49c0d03c9e65ced1d60fe003c99a795aee044822cdfe71ee18cc62daf2279

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30e5585775671676ac6eb37ef0738ac70c4ff3bfd983175ff01dd7dcff3bc7c6
MD5 e221be66fe97190259a961a5c3352319
BLAKE2b-256 a85fba478cabff69b3fc12ae50c0de1ff7d2b7b1b31fd6c1a4d06d97fb00441c

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e3ee900e0890e295ddb236edd00631b4afc1e6bc76d94fd818319ae73853caa0
MD5 5d177476be5415f82749acbfc7929540
BLAKE2b-256 973512834eae67d9173d2247fc6f8c0a695b7a02e7a053e9cddac4200cca77a8

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a58dcd786287fb506f87f622f21df88df7e569970e69896dfb2aeba805a47290
MD5 fee83c08c2ddcf4176f670a64418817f
BLAKE2b-256 197c5154a7c0977c87bd49016ca9832b56b05a694dd618eeee3ff2f6a78ac58c

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp311-cp311-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp311-cp311-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 35ef61dce47406c5af603aa49fb88819d573d9e1ce07c123ccf88573d7429559
MD5 5dedb47fca2a81e80d5c46dd0eac7c36
BLAKE2b-256 e3b8808ea82381fd6fb499d3d835aad4034ff152f49b66b601fb30f1fa9e0456

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa3135ba237aafcaffd65b9df3f4386ce6ac6dbcf25a3dcdc4b3a3963532c327
MD5 615b23ea562e060cd751001a1dc6ee8a
BLAKE2b-256 05475ee49f0e00976c252fceef4653ff39eaf1a8432c1e6e5396d221c8d548cc

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee6053d5a188f02071b8dcd8f7f241f4c206a8d67ef9ce26d50efaa87a816734
MD5 7c4af1795d708eaf38a34a6cb54967b8
BLAKE2b-256 a60d4d3f37b8a875ffed74e99c2161c99dc2fb52551257467896a4117cb6883d

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7b6a462f59c2af9f337ecddeb93077937979a50154e9a8ce630fb8497a103cc8
MD5 e3147caae88e0fa84d3e9505f1958f7a
BLAKE2b-256 cc330e2309bf4ba5ad6248f163997d1e461b34ad3cdf9eb8e13d32b4db9e025f

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d127e1ed191eaf40892ab73f386fe100d54bcd1fe378792e7c20b2fcc2c05de
MD5 192ebc4a66a6fb26f209a5c84a765c01
BLAKE2b-256 a1f0e15580cf7a8cd163f7341a5cf3b5e3d425d1cbf83bfae25d46fb14e0ff6f

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp310-cp310-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp310-cp310-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 4b875c7ec99c7fa3d294b1014199af2a69c241ef60cd1606171f7f7d51e0277b
MD5 881fc7b31c491a48936da22e16bbc152
BLAKE2b-256 6424c4bf834675eff3ed6baeaf120ffeaf20b36f31a6964dc96892cad302dc2a

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 571519aaf15dff0d97be0796641d7e7157cb866510bb966449c0fc7db5851f4e
MD5 090d2672c9631dc155d2bb0c04e157f8
BLAKE2b-256 f76b431d87dc1915393f0bc250eabb12e12ccd29c70f8d65182da4336039090a

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f8604ddaa10007fbdc215f30a2e32dc3ec90f2d091e8fb2a62eddb958b1ccaf
MD5 25074c97771e0868a6312a50b260cfef
BLAKE2b-256 b74667c4e197c6f9fa4208bfb52850004654055fe28871facb91a1b8e55cd8b8

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a22ffd49e16b4256515d34210a598c04b2621688c7194c3e5e61d6d21e37f860
MD5 68cea333af9951d4aa05df46bccfc1ec
BLAKE2b-256 c663ad8a72693ed74c3a95bdcf1c1e28a663ab91f51daf55ade8e8ee93c2beb2

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ede62485159aa25d18894d1f2307d15673b4d0f7e120cb79a4ad27d4b4b3bc9e
MD5 cef40508e6b3b4814756c62e8e3d3ad1
BLAKE2b-256 838c58420e4ba00dbb520898891502d53d326f0e37f6d0fb354d707f65711b0f

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp39-cp39-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp39-cp39-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 79d1a8dfc75978aae03d061e054205f852e5b7a4b266fef03880cbfc528b527e
MD5 20b8ee8db9913c58b172fab0db983c5c
BLAKE2b-256 49f5a2afa19187afd5fa7e12a7d424c29252a601b3a32e044ca872bbfd1ec0d2

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3def67b544f90607f289640ed8375d782233323c2766c61b48a08489e18cced
MD5 e33c317d23c294cbb916d8c37117efb9
BLAKE2b-256 c028fb3c3a5cb27f693e77d5d60db52ab72caf40a0d4f434d66b14ddf393f6ac

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11ea4aac9d2ee0773c9540f29ab146b1d7e606b4db5ccd9fe795e25bb783bdfe
MD5 1c6bbf818573555de09418ac0896a5c8
BLAKE2b-256 d28aa2f1dc97c14bf72fe28a1f47dc64cd2a7b6f1112ebd15825fbbd2a755299

See more details on using hashes here.

File details

Details for the file openvino-2025.1.0-18503-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2025.1.0-18503-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 572b795dbbf29c39bd1e0db1b70952369290a89dd2104851db31bf979b91e564
MD5 475afc1152ea066012040e2de4b086b6
BLAKE2b-256 8f0361261dfee9c8e4a09cd6a74580a6b6f24f9abd99d2513eb33aa2892709a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page