Skip to main content

OpenVINO(TM) Runtime

Project description

OpenVINO™

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 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 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 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 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 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.8.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.8

Additional Resources

Copyright © 2018-2024 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-2024.4.1.dev20240926-16618-cp312-cp312-win_amd64.whl (35.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

openvino-2024.4.1.dev20240926-16618-cp312-cp312-manylinux_2_31_aarch64.whl (24.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.31+ ARM64

openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_11_0_arm64.whl (28.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_10_15_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

openvino-2024.4.1.dev20240926-16618-cp311-cp311-win_amd64.whl (35.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

openvino-2024.4.1.dev20240926-16618-cp311-cp311-manylinux_2_31_aarch64.whl (24.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.31+ ARM64

openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_11_0_arm64.whl (28.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_10_15_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

openvino-2024.4.1.dev20240926-16618-cp310-cp310-win_amd64.whl (35.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

openvino-2024.4.1.dev20240926-16618-cp310-cp310-manylinux_2_31_aarch64.whl (24.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.31+ ARM64

openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_11_0_arm64.whl (28.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_10_15_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

openvino-2024.4.1.dev20240926-16618-cp39-cp39-win_amd64.whl (35.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

openvino-2024.4.1.dev20240926-16618-cp39-cp39-manylinux_2_31_aarch64.whl (24.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.31+ ARM64

openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_11_0_arm64.whl (28.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_10_15_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

openvino-2024.4.1.dev20240926-16618-cp38-cp38-win_amd64.whl (35.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2024.4.1.dev20240926-16618-cp38-cp38-manylinux_2_31_aarch64.whl (24.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.31+ ARM64

openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_11_0_arm64.whl (28.3 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_10_15_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c01358a3bece7584412ee68ea3925d7534cb53ae2a3189bdedf21add608d960
MD5 3ef1db7bec37d4b26d9a686fea06d205
BLAKE2b-256 19883f727be8f0c09676e621d0d8ea8ce4f58d3403103a7930db5a6f83515ac4

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp312-cp312-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 269d0cc80df59943e2432a46cffd4ceea87caca17ff3ae7745a4c2401bb917c9
MD5 a7a13ad0fa3e084c8f31df1e06fc8142
BLAKE2b-256 d76f571c658efd4e3ff5a4fcd36259310bd4f3606b7c44e49cdea55b428ced36

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp312-cp312-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp312-cp312-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00d94c3e886f272f6fbf81697344cb95ca8e405519ceb04616168169285b1474
MD5 770b52eb7c964ad63d692c8a82d054d2
BLAKE2b-256 f9377ea96c7536ad8d23148f7dfc3d45a27a8aa195f14d33fb4601e5f0ceca86

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 942a97d46ef19dad6169a25a39153471cdad045b678cc761ced2fef82ba93dc5
MD5 4b915a63c08f97e93eb3e1ffe2dea39e
BLAKE2b-256 d361acdadf1668a4eacf00b4a3b70f24a85b7157c55b29d43e0c9177f253a573

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f419d94692a27dba88172144ac54e3c655d07b3a511cadc24a9033fe31e45d62
MD5 c449dca66a45808708abd25208b837d3
BLAKE2b-256 08c48ce622fc461deda10d547330c9c79ab2725660cc912781c954dd768d6f54

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 05d5913a22da0ae07e63c4b89c6399891236b31d6705be4d498f0eddc7f26aa7
MD5 ea31ee7ef7ae3d82bbf5dcec4112e909
BLAKE2b-256 608d2f40900ef67a30a35cb1a8d487c20c96430ca50dbc4fdf2d875c0f82a0e0

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp311-cp311-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp311-cp311-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 557d2e7f8a6afb2edce32b60f088029fc95a78dc5a265ff00f6c67af5d42f624
MD5 a7e0e049d2b4f863c70110b58dbc6e35
BLAKE2b-256 c6c129d3876364c934a70776bfedb9072544869567123da6f2e418db3838f5ed

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e37db956a56429b669978ab4ab02366d649ee276612516e60bb4e6cdaa1739f
MD5 f0ae22627613e81eef8ce1e8abf09e37
BLAKE2b-256 d52bfa221adc692887d592b7d23017288b4dd02ceb48ccf60087be76255b56f9

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc0cf694653f87ca4d89fc5da8f58919fd8c516074eae947b2c55394b4d1ae39
MD5 33965d1c3ce02de58c19217e75bd5ae3
BLAKE2b-256 8d6388ad8cd7c3d58b10d7bf46327bd8418e690d09e08874b6bcea755ecdfb6e

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6b418bccbb41f20630f32aa301ac2da2f3ccb878a67c0bab44fd670977c2a4c7
MD5 edceb1a895ab41c7c91e2bceabd5c263
BLAKE2b-256 48ef66c37b881cd70c0479a7a119e2210693ffd6b5893b81dba3a6bb239320f6

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b3c0b941632a641a8627a87e520e0ca0e94a8ccaa74ae2e1a61b5ba0b795e99d
MD5 caaa1d31ce523851a68068e769f6e0f8
BLAKE2b-256 24fc4ce14ad08b1d5e7f04da587cb73bd552878e4771a9b3800b24730f059718

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp310-cp310-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp310-cp310-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 f105c037fd4c22827a8a775ffc43197c0e7d95619731d5906f40c3a05b236947
MD5 03c5925c3fd580a52e478e99b1e5528d
BLAKE2b-256 f367b02dd9e611489c4e75986fe22eb0abbfec708ec673846240cc06d53da077

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46a59b509dff5f7b9f8fa67cb28c8fbe513409ae5f9d8047f3710d12991b64b
MD5 d85231a1564321012ed9e1e7ad86069a
BLAKE2b-256 3b6d72259e9ca11679ed1b9f3bb60b1caab18e9aca397c33ae6cb0a1d01b8a38

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce53bb01a6484776c4b96cb0d9613c5621b503867e4905ac4a0eccbc48f83eda
MD5 66938048f7f4029affef0681bfcef2bf
BLAKE2b-256 f119c896d6333d7c231cb0b6eaed65e41731ec6549be6e3deeb45adc59220e2f

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 badf4c3df3810e9ff820795298ed5369d1c08746d4810a9814b0766c9daf7e93
MD5 da39e284666e52d190499f7924d44b76
BLAKE2b-256 7b460ccb3c0cf4f9f738846e3e07040b5a62edefda20f01977d03d025c0f07a8

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 72c7f0cf9113871c06ee3068d18930e67600560fe524b6f209044bcdc9fbfac3
MD5 03517d56e43b0bf0659fa44add571a81
BLAKE2b-256 0661ea4bdab69e6ec9e3635dca9b19c3feaf2220140743b6cd80835b6ad2b901

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp39-cp39-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp39-cp39-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 a21bb2ac8b138842852f9b2d1ec6684f9881b57b7018f3d621814081e4aca4f8
MD5 f5f0163b4583be278bbb88587eed7d04
BLAKE2b-256 f0c61f9c9bf0b60a7dc939506f91dd2f2271342a238cbf3b8da444d83e729a5d

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74799e2f4b93be4f8f17757f9d1a4988f9e48f7e456341b20d477c1deb375cfd
MD5 fdee58aa5ab0607313ae97272e2c6547
BLAKE2b-256 8342714d0540c0a76f7275af529882dbf443e95d0de0d84149fd8a69cdba49e0

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d966274a2eece59253c348083c04d6632fbded497baf66801a83ca298d6acec
MD5 56a5eb034ac2a6b98a56d7a152214ca1
BLAKE2b-256 681c1df6989e0e1cf739d2d38b6a125117b4de4e6d5bd9b9b8c48ce3406dfdae

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 06d362eaa79d687b2824e2ecd30ff08b934d76b1ef251ba45bb1169ada8f4383
MD5 8561c2ee1ab16e23493e54ec05c7b73e
BLAKE2b-256 4edad9b101ef159d170c40503d1d898e09f26c90b6ad1cebfd86ec92c5f9b02a

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 effe9c9f7eed86fe4a87192a24a911745bd019bfaa611091c18e314f98887248
MD5 6f46978d359e6f01f610db900aaafc83
BLAKE2b-256 01e289f14c897636e780d036bfcd83f81cd3757666cb67cc13049f7fc53bb4c6

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp38-cp38-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp38-cp38-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 963de974d363c2a41a0e28899477e64125791468fab14d566669d661c4164b56
MD5 0792e93dd0dfa46120793cde90e58842
BLAKE2b-256 a8a22207373c88d6987eb169f1ec1366516784d3e2c0f644e4d32a7b6860d31a

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44a2636d19e5833fbc3d4878ea318df503fb275a9606b32ee6479ad7a63d4f88
MD5 6bb6edda0db9a5ffbc54a9d149839f66
BLAKE2b-256 b328f3cf8ef51ec54c38ee5fa5232f677dc616aeff7d0b63f669a3f0abb1422a

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 970f974fe05ed719a8f68bd450cfdb0c1e4fcec8901414cc4e1094592b3011e3
MD5 ae054a5336307507ecc16ddb8de751d4
BLAKE2b-256 aca446f8cf4b36616c02a9764791823fdc2f0456975c7e68547c00ad9132c240

See more details on using hashes here.

File details

Details for the file openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2024.4.1.dev20240926-16618-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ee0540e1e60ddf17c1e7e43208f6735535714de205237939b317a09d0db46457
MD5 c34410eb59ae3f9f218a4497f3a4ebc7
BLAKE2b-256 8b1781dbb9d8d2ea1c0bcfdb0942dbc2ae2b24fd4f6eef9ce65d68426d8ba5d9

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