# 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, 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](https://docs.openvino.ai/system_requirements).
**C++ libraries** are also required for the installation on Windows*. To install that, you can
[download the Visual Studio Redistributable file (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.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:
```sh
python -m venv openvino_env
```
On Linux and macOS:
```sh
python3 -m venv openvino_env
```
> **NOTE**: On Linux and macOS, you may need to [install pip](https://pip.pypa.io/en/stable/installation/).
### Step 2. Activate the Virtual Environment
On Windows:
```sh
openvino_env\Scripts\activate
```
On Linux and macOS:
```sh
source openvino_env/bin/activate
```
### Step 3. Set Up and Update PIP to the Highest Version
Run the command below:
```sh
python -m pip install --upgrade pip
```
### Step 4. Install the Package
Run the command below: <br>
```sh
pip install openvino
```
### Step 5. Verify that the Package Is Installed
Run the command below:
```sh
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
<table>
<tr>
<th>Component</th>
<th>Content</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference.html">OpenVINO Runtime</a></td>
<td>`openvino package`</td>
<td>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:
<a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.html">CPU</a>,
<a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.html">GPU</a>,
<a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/automatic-batching.html">Auto Batch</a>,
<a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html">Auto</a>,
<a href="https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/hetero-execution.html">Hetero</a>,
</td>
</tr>
<tr>
<td><a href="https://docs.openvino.ai/2024/openvino-workflow/model-preparation.html#convert-a-model-in-cli-ovc">OpenVINO Model Converter (OVC)</a></td>
<td>`ovc`</td>
<td>OpenVINO Model Converter converts models that were trained in popular frameworks to a
format usable by OpenVINO components. </br>Supported frameworks include ONNX, TensorFlow,
TensorFlow Lite, and PaddlePaddle.
</td>
</tr>
<tr>
<td><a href="https://docs.openvino.ai/2024/learn-openvino/openvino-samples/benchmark-tool.html">Benchmark Tool</a></td>
<td>`benchmark_app`</td>
<td>Benchmark Application** allows you to estimate deep learning inference performance on
supported devices for synchronous and asynchronous modes.
</td>
</table> |
## Troubleshooting
For general troubleshooting steps and issues, see
[Troubleshooting Guide for OpenVINO Installation](https://docs.openvino.ai/2024/get-started/troubleshooting-install-config.html).
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:
``` sh
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)](https://aka.ms/vs/17/release/vc_redist.x64.exe).
You can also view a full download list on the
[official support page](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
### 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:
```sh
sudo apt-get install libpython3.8
```
## Additional Resources
- [Intel® Distribution of OpenVINO™ toolkit](https://software.intel.com/en-us/openvino-toolkit)
- [OpenVINO™ Documentation](https://docs.openvino.ai/)
- [OpenVINO™ Notebooks](https://github.com/openvinotoolkit/openvino_notebooks)
- [OpenVINO Installation Selector Tool](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html)
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](https://www.apache.org/licenses/LICENSE-2.0.html) 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](https://www.intel.com/content/www/us/en/policy/policy-human-rights.html).
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.
Raw data
{
"_id": null,
"home_page": "https://docs.openvino.ai/2023.0/index.html",
"name": "openvino",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Intel(R) Corporation",
"author_email": "openvino@intel.com",
"download_url": "https://github.com/openvinotoolkit/openvino/releases",
"platform": null,
"description": "# OpenVINO\u2122\n\nIntel\u00ae Distribution of OpenVINO\u2122 toolkit is an open-source toolkit for optimizing and deploying\nAI inference. It can be used to develop applications and solutions based on deep learning tasks,\nsuch as: emulation of human vision, automatic speech recognition, natural language processing,\nrecommendation systems, etc. It provides high-performance and rich deployment options, from\nedge to cloud.\n\nIf you have chosen a model, you can integrate it with your application through OpenVINO\u2122 and\ndeploy it on various devices. The OpenVINO\u2122 Python package includes a set of libraries for easy\ninference integration with your products.\n\n## System Requirements\n\nBefore you start the installation, check the supported operating systems and required Python*\nversions. The complete list of supported hardware is available on the\n[System Requirements page](https://docs.openvino.ai/system_requirements).\n\n**C++ libraries** are also required for the installation on Windows*. To install that, you can\n[download the Visual Studio Redistributable file (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe).\n\n> **NOTE**: This package may work on other Linux and Windows versions but only the versions specified in system requirements are fully validated.\n\n## Install OpenVINO\u2122\n\n### Step 1. Set Up Python Virtual Environment\n\nUse a virtual environment to avoid dependency conflicts. To create a virtual environment, use\nthe following commands:\n\nOn Windows:\n```sh\npython -m venv openvino_env\n```\n\nOn Linux and macOS:\n```sh\npython3 -m venv openvino_env\n```\n\n> **NOTE**: On Linux and macOS, you may need to [install pip](https://pip.pypa.io/en/stable/installation/).\n\n### Step 2. Activate the Virtual Environment\n\nOn Windows:\n```sh\nopenvino_env\\Scripts\\activate\n```\n\nOn Linux and macOS:\n```sh\nsource openvino_env/bin/activate\n```\n\n### Step 3. Set Up and Update PIP to the Highest Version\n\nRun the command below:\n```sh\npython -m pip install --upgrade pip\n```\n\n### Step 4. Install the Package\n\nRun the command below: <br>\n\n ```sh\n pip install openvino\n ```\n\n### Step 5. Verify that the Package Is Installed\n\nRun the command below:\n```sh\npython -c \"from openvino import Core; print(Core().available_devices)\"\n```\n\nIf installation was successful, you will see the list of available devices.\n\n## What's in the Package\n\n<table>\n <tr>\n <th>Component</th>\n <th>Content</th>\n <th>Description</th>\n </tr>\n <tr>\n <td><a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference.html\">OpenVINO Runtime</a></td>\n <td>`openvino package`</td>\n <td>OpenVINO Runtime is a set of C++ libraries with C and Python bindings providing a common\n API to deliver inference solutions on the platform of your choice. Use the OpenVINO\n Runtime API to read PyTorch, TensorFlow, TensorFlow Lite, ONNX, and PaddlePaddle models\n and execute them on preferred devices. OpenVINO Runtime uses a plugin architecture and\n includes the following plugins:\n <a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.html\">CPU</a>,\n <a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.html\">GPU</a>,\n <a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/automatic-batching.html\">Auto Batch</a>,\n <a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html\">Auto</a>,\n <a href=\"https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/hetero-execution.html\">Hetero</a>,\n </td>\n </tr>\n <tr>\n <td><a href=\"https://docs.openvino.ai/2024/openvino-workflow/model-preparation.html#convert-a-model-in-cli-ovc\">OpenVINO Model Converter (OVC)</a></td>\n <td>`ovc`</td>\n <td>OpenVINO Model Converter converts models that were trained in popular frameworks to a\n format usable by OpenVINO components. </br>Supported frameworks include ONNX, TensorFlow,\n TensorFlow Lite, and PaddlePaddle.\n </td>\n </tr>\n <tr>\n <td><a href=\"https://docs.openvino.ai/2024/learn-openvino/openvino-samples/benchmark-tool.html\">Benchmark Tool</a></td>\n <td>`benchmark_app`</td>\n <td>Benchmark Application** allows you to estimate deep learning inference performance on\n supported devices for synchronous and asynchronous modes.\n </td>\n</table> |\n\n\n\n## Troubleshooting\n\nFor general troubleshooting steps and issues, see\n[Troubleshooting Guide for OpenVINO Installation](https://docs.openvino.ai/2024/get-started/troubleshooting-install-config.html).\nThe following sections also provide explanations to several error messages.\n\n### Errors with Installing via PIP for Users in China\n\nUsers in China may encounter errors while downloading sources via PIP during OpenVINO\u2122 installation.\nTo resolve the issues, try the following solution:\n\n* Add the download source using the ``-i`` parameter with the Python ``pip`` command. For example:\n\n ``` sh\n pip install openvino -i https://mirrors.aliyun.com/pypi/simple/\n ```\n Use the ``--trusted-host`` parameter if the URL above is ``http`` instead of ``https``.\n\n### ERROR:root:Could not find OpenVINO Python API.\n\nOn Windows, additional libraries may be necessary to run OpenVINO. To resolve this issue, install\nthe [C++ redistributable (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe).\nYou can also view a full download list on the\n[official support page](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).\n\n### ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory\n\nTo resolve missing external dependency on Ubuntu*, execute the following command:\n```sh\nsudo apt-get install libpython3.8\n```\n\n## Additional Resources\n\n- [Intel\u00ae Distribution of OpenVINO\u2122 toolkit](https://software.intel.com/en-us/openvino-toolkit)\n- [OpenVINO\u2122 Documentation](https://docs.openvino.ai/)\n- [OpenVINO\u2122 Notebooks](https://github.com/openvinotoolkit/openvino_notebooks)\n- [OpenVINO Installation Selector Tool](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html)\n\nCopyright \u00a9 2018-2024 Intel Corporation\n> **LEGAL NOTICE**: Your use of this software and any required dependent software (the\n\u201cSoftware Package\u201d) is subject to the terms and conditions of the\n[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html) for the Software Package,\nwhich may also include notices, disclaimers, or license terms for third party or open source\nsoftware included in or with the Software Package, and your use indicates your acceptance of all\nsuch terms. Please refer to the \u201cthird-party-programs.txt\u201d or other similarly-named text file\nincluded with the Software Package for additional details.\n\n>Intel is committed to the respect of human rights and avoiding complicity in human rights abuses,\na policy reflected in the [Intel Global Human Rights Principles](https://www.intel.com/content/www/us/en/policy/policy-human-rights.html).\nAccordingly, by accessing the Intel material on this platform you agree that you will not use the\nmaterial in a product or application that causes or contributes to a violation of an\ninternationally recognized human right.\n\nIntel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its\nsubsidiaries. Other names and brands may be claimed as the property of others.\n",
"bugtrack_url": null,
"license": "OSI Approved :: Apache Software License",
"summary": "OpenVINO(TM) Runtime",
"version": "2024.4.0",
"project_urls": {
"Download": "https://github.com/openvinotoolkit/openvino/releases",
"Homepage": "https://docs.openvino.ai/2023.0/index.html"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "11a5adb62e480a7de765b8546e90baf7ba22e1b3b3a50b23f457751d93e357af",
"md5": "f52414e7a38cbb22976543802c832044",
"sha256": "8f19d4200ea04ab315a02f8279268851362f434beaa1a70b4f35d2eea1efa402"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp310-cp310-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "f52414e7a38cbb22976543802c832044",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 37160383,
"upload_time": "2024-09-19T08:26:08",
"upload_time_iso_8601": "2024-09-19T08:26:08.860362Z",
"url": "https://files.pythonhosted.org/packages/11/a5/adb62e480a7de765b8546e90baf7ba22e1b3b3a50b23f457751d93e357af/openvino-2024.4.0-16579-cp310-cp310-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "249b9652a39411a3e1dec7a400715dd03863c65f4460dfa9425b4c799351c873",
"md5": "b634a5475705b882add13949c901cc0f",
"sha256": "4a1da4c8db12559bf2760c8a7c8455e0b4373a20364eaee2c9832a6bb23c88a9"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b634a5475705b882add13949c901cc0f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 28268857,
"upload_time": "2024-09-19T08:26:35",
"upload_time_iso_8601": "2024-09-19T08:26:35.253274Z",
"url": "https://files.pythonhosted.org/packages/24/9b/9652a39411a3e1dec7a400715dd03863c65f4460dfa9425b4c799351c873/openvino-2024.4.0-16579-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c34087461e7a59f0ae589603b12fed7bdb72a05b39bdab0fd4da8639050c8bcf",
"md5": "897966c6d00011c61da569211e2b8869",
"sha256": "98325dec5ca8bd79f19ea10fd45ad4631a33d9ab50e30659a91a6239ae02d8f4"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp310-cp310-manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "897966c6d00011c61da569211e2b8869",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 42600884,
"upload_time": "2024-09-19T08:27:14",
"upload_time_iso_8601": "2024-09-19T08:27:14.342019Z",
"url": "https://files.pythonhosted.org/packages/c3/40/87461e7a59f0ae589603b12fed7bdb72a05b39bdab0fd4da8639050c8bcf/openvino-2024.4.0-16579-cp310-cp310-manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "327c2bfac368ff87a0de827bac93106e7e327d532e6c69347415a90e380bb53f",
"md5": "3f5a591dc090da11783caa940a1d0a04",
"sha256": "61f68366017262603be0d876e2e9b7015789ee6b319da8f1792da28b733193f8"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp310-cp310-manylinux_2_31_aarch64.whl",
"has_sig": false,
"md5_digest": "3f5a591dc090da11783caa940a1d0a04",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 24542800,
"upload_time": "2024-09-19T08:27:37",
"upload_time_iso_8601": "2024-09-19T08:27:37.558980Z",
"url": "https://files.pythonhosted.org/packages/32/7c/2bfac368ff87a0de827bac93106e7e327d532e6c69347415a90e380bb53f/openvino-2024.4.0-16579-cp310-cp310-manylinux_2_31_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c0cffce49a283eb9b0f4dd84f80f21162d14504e7d76b1408cbcfd7bef0c01e2",
"md5": "5761d409b66cfe40016901ff2f95060b",
"sha256": "a5499d6daa91c358803441561b8792231dd964c5432e838df653c1e5df8de945"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "5761d409b66cfe40016901ff2f95060b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 35447488,
"upload_time": "2024-09-19T08:28:09",
"upload_time_iso_8601": "2024-09-19T08:28:09.225395Z",
"url": "https://files.pythonhosted.org/packages/c0/cf/fce49a283eb9b0f4dd84f80f21162d14504e7d76b1408cbcfd7bef0c01e2/openvino-2024.4.0-16579-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f9f9880d89d9a1ed951d8faf0ded59328bb29518705821d2fa4ff0c90f108bb",
"md5": "2bf1ec0d6f8f6b069270f02f7cbd70ba",
"sha256": "e333a5f8155ae357f74e54b664d52d85fa4036a5ccea5da49a7df7f78826c1ce"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp311-cp311-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "2bf1ec0d6f8f6b069270f02f7cbd70ba",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 37165934,
"upload_time": "2024-09-19T08:28:45",
"upload_time_iso_8601": "2024-09-19T08:28:45.913571Z",
"url": "https://files.pythonhosted.org/packages/9f/9f/9880d89d9a1ed951d8faf0ded59328bb29518705821d2fa4ff0c90f108bb/openvino-2024.4.0-16579-cp311-cp311-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d6e3564457bb4d311ae9d9183db2433693e7fe0ffd44926ef43aa093e936ca7",
"md5": "b19adf70b51ef41886aa4e7df2d314d4",
"sha256": "b59fb073da74c7ab6d89f2559e3024044f340750b3e519e25975426beb154942"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b19adf70b51ef41886aa4e7df2d314d4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 28276170,
"upload_time": "2024-09-19T08:29:11",
"upload_time_iso_8601": "2024-09-19T08:29:11.832324Z",
"url": "https://files.pythonhosted.org/packages/0d/6e/3564457bb4d311ae9d9183db2433693e7fe0ffd44926ef43aa093e936ca7/openvino-2024.4.0-16579-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7a1b6ea984fdfc8a824cbc61a7b9bf70e31e824f70b4fe148fcb8ca80d0e01a",
"md5": "d1bf2cda30fbc2f5ccb772d59f2769b8",
"sha256": "4bd3e21a70eff12166bae3b5ea824787b8c766f975f39e3f2d93729b47b74cb6"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp311-cp311-manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d1bf2cda30fbc2f5ccb772d59f2769b8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 42605577,
"upload_time": "2024-09-19T08:29:48",
"upload_time_iso_8601": "2024-09-19T08:29:48.990804Z",
"url": "https://files.pythonhosted.org/packages/a7/a1/b6ea984fdfc8a824cbc61a7b9bf70e31e824f70b4fe148fcb8ca80d0e01a/openvino-2024.4.0-16579-cp311-cp311-manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad48c1f1a9977413f764bb839648fddf08286861c3c80b0c5e36d3a0c64d2c10",
"md5": "1bcd1bba63ab0c7bb5afdebfff1d8a88",
"sha256": "49b578c4d7325e4a519eb66ee5655871a2b7cd5be9d2de0d5109df23301d10a9"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp311-cp311-manylinux_2_31_aarch64.whl",
"has_sig": false,
"md5_digest": "1bcd1bba63ab0c7bb5afdebfff1d8a88",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 24548754,
"upload_time": "2024-09-19T08:30:12",
"upload_time_iso_8601": "2024-09-19T08:30:12.310627Z",
"url": "https://files.pythonhosted.org/packages/ad/48/c1f1a9977413f764bb839648fddf08286861c3c80b0c5e36d3a0c64d2c10/openvino-2024.4.0-16579-cp311-cp311-manylinux_2_31_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea3a59b1f9c51632b3b415275c6a7e4d10159d2a5461bae4bde72e8e827c4bdc",
"md5": "04c0d201171911df32cc2a39546fd9bf",
"sha256": "ab42204c185a4f0df5600a0adb4a4a0c97cebdf630696f94f9d06732714385bc"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "04c0d201171911df32cc2a39546fd9bf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 35453320,
"upload_time": "2024-09-19T08:30:43",
"upload_time_iso_8601": "2024-09-19T08:30:43.807379Z",
"url": "https://files.pythonhosted.org/packages/ea/3a/59b1f9c51632b3b415275c6a7e4d10159d2a5461bae4bde72e8e827c4bdc/openvino-2024.4.0-16579-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eaedfdd595c7f9d1bc065cea763398517d5e2ed7eb257008e35729b0f8a5f451",
"md5": "a21da8cb4d7afc741671a44357d46584",
"sha256": "d67d30f830fa3147eb37f31f53c9eaee424a4e93f33eed00d8288f304ef0250a"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp312-cp312-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "a21da8cb4d7afc741671a44357d46584",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 37208139,
"upload_time": "2024-09-19T08:31:17",
"upload_time_iso_8601": "2024-09-19T08:31:17.142981Z",
"url": "https://files.pythonhosted.org/packages/ea/ed/fdd595c7f9d1bc065cea763398517d5e2ed7eb257008e35729b0f8a5f451/openvino-2024.4.0-16579-cp312-cp312-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9686770a821d002b5d83d9830b2d0ee60d00924d6cb874e1a6395d201c6b4fa6",
"md5": "3864c8ce56b9986b5712103b1768de04",
"sha256": "50e05d59a90f7950c205d95bb1559e9a8a7d655fe843449d3d426c579fe665f1"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3864c8ce56b9986b5712103b1768de04",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 28284439,
"upload_time": "2024-09-19T08:31:43",
"upload_time_iso_8601": "2024-09-19T08:31:43.108678Z",
"url": "https://files.pythonhosted.org/packages/96/86/770a821d002b5d83d9830b2d0ee60d00924d6cb874e1a6395d201c6b4fa6/openvino-2024.4.0-16579-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "134dd3056f87f0a3cd74cda87a0e1687bffb459d1e4df65a6e807494e06a738b",
"md5": "0f98a5dd85ef436c5ed9cd64f8a8c10e",
"sha256": "d4cf229fb240b8af44d14686b5bdd94f9eabc70120b9808fc804252fac9ef615"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp312-cp312-manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0f98a5dd85ef436c5ed9cd64f8a8c10e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 42604970,
"upload_time": "2024-09-19T08:32:20",
"upload_time_iso_8601": "2024-09-19T08:32:20.863447Z",
"url": "https://files.pythonhosted.org/packages/13/4d/d3056f87f0a3cd74cda87a0e1687bffb459d1e4df65a6e807494e06a738b/openvino-2024.4.0-16579-cp312-cp312-manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b806cc9666774df3120dcb6c3347b38c8e76ade1cb913fb5518d59aaaca27d8b",
"md5": "a45cd5965f401e857ed83efbc5ce9173",
"sha256": "5c8ceeb537019280f69dbe86049c3136e648e94fa9f3da9ef0433975e479ad09"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp312-cp312-manylinux_2_31_aarch64.whl",
"has_sig": false,
"md5_digest": "a45cd5965f401e857ed83efbc5ce9173",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 24551549,
"upload_time": "2024-09-19T08:32:43",
"upload_time_iso_8601": "2024-09-19T08:32:43.941468Z",
"url": "https://files.pythonhosted.org/packages/b8/06/cc9666774df3120dcb6c3347b38c8e76ade1cb913fb5518d59aaaca27d8b/openvino-2024.4.0-16579-cp312-cp312-manylinux_2_31_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f96548822a4572f08b7ae06e199def4357906e44acd5d2f995743e3f8aeec822",
"md5": "2965a04750076f854d4547908cd47fd6",
"sha256": "83af7df6f9b7e2a96dfc5d63a774e6ca3f87d64c7372d14f7ae339387474fc5c"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "2965a04750076f854d4547908cd47fd6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 35450909,
"upload_time": "2024-09-19T08:33:19",
"upload_time_iso_8601": "2024-09-19T08:33:19.282522Z",
"url": "https://files.pythonhosted.org/packages/f9/65/48822a4572f08b7ae06e199def4357906e44acd5d2f995743e3f8aeec822/openvino-2024.4.0-16579-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d97fe9279a4d947445b523e6a816499991fae17d6fd52d471a12db1ef9e629d",
"md5": "27942ce532d346421c180d38a7ee4afe",
"sha256": "b23fd5114bf42f04773f293b16965a541d58e46e6847053f1417cd6e47acddf5"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp38-cp38-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "27942ce532d346421c180d38a7ee4afe",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 37159544,
"upload_time": "2024-09-19T08:33:53",
"upload_time_iso_8601": "2024-09-19T08:33:53.180853Z",
"url": "https://files.pythonhosted.org/packages/0d/97/fe9279a4d947445b523e6a816499991fae17d6fd52d471a12db1ef9e629d/openvino-2024.4.0-16579-cp38-cp38-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "357226e792c69969885cb0dd5e3e93874976e61665a29764df351dc1ef84f526",
"md5": "2190dcd40fd722f54e923b06bf9c7892",
"sha256": "fa6e9fffd31c095e052f6cecb9ac3ff95e0c122418b81b9926b7687465475742"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2190dcd40fd722f54e923b06bf9c7892",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 28268249,
"upload_time": "2024-09-19T08:34:19",
"upload_time_iso_8601": "2024-09-19T08:34:19.330484Z",
"url": "https://files.pythonhosted.org/packages/35/72/26e792c69969885cb0dd5e3e93874976e61665a29764df351dc1ef84f526/openvino-2024.4.0-16579-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe18470c50a44e2d52015ceb587de154cc4a61a2c0faff2a3da2b728a1ac9687",
"md5": "8fce9f372086c83fbab2a315b59e0186",
"sha256": "24b28379bd8d43963829b0b4df957d659269fa647f4f842bd0b3d2f8db76782b"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp38-cp38-manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8fce9f372086c83fbab2a315b59e0186",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 42598092,
"upload_time": "2024-09-19T08:35:00",
"upload_time_iso_8601": "2024-09-19T08:35:00.046993Z",
"url": "https://files.pythonhosted.org/packages/fe/18/470c50a44e2d52015ceb587de154cc4a61a2c0faff2a3da2b728a1ac9687/openvino-2024.4.0-16579-cp38-cp38-manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64a70b6e50d5f2e1f2bdd8075e65ac44cc7e47529801b5fd7f8f1e8cd8ba6fa1",
"md5": "f85dca3a9997cb950ed707dfda6368e9",
"sha256": "4ed049ab7a2ffb624690e6cf38366383630cd58736320953cc62c78e8b31eae5"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp38-cp38-manylinux_2_31_aarch64.whl",
"has_sig": false,
"md5_digest": "f85dca3a9997cb950ed707dfda6368e9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 24539794,
"upload_time": "2024-09-19T08:35:23",
"upload_time_iso_8601": "2024-09-19T08:35:23.200551Z",
"url": "https://files.pythonhosted.org/packages/64/a7/0b6e50d5f2e1f2bdd8075e65ac44cc7e47529801b5fd7f8f1e8cd8ba6fa1/openvino-2024.4.0-16579-cp38-cp38-manylinux_2_31_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6b9d2dbe004176bdceb235fdb6dc88c56c8eb5ccbcce56542b99d2d730fe493",
"md5": "e0201fd9950362b4aaf41242e365a0e6",
"sha256": "0cccaa53a61629b44408fe0c7537db637be913697b0f3c54c78756e95dfc4498"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "e0201fd9950362b4aaf41242e365a0e6",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 35444803,
"upload_time": "2024-09-19T08:35:54",
"upload_time_iso_8601": "2024-09-19T08:35:54.182574Z",
"url": "https://files.pythonhosted.org/packages/a6/b9/d2dbe004176bdceb235fdb6dc88c56c8eb5ccbcce56542b99d2d730fe493/openvino-2024.4.0-16579-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f83dfd67357209f905ca91e11cf0621cb9db8c092a0debd565867b46f3cd3511",
"md5": "aa7e12883acf5f99518ef0620003879b",
"sha256": "3b0834492ff5bc129debb506a705d26b640bca99a10e641af8f710bd081c9af0"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp39-cp39-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "aa7e12883acf5f99518ef0620003879b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 37161189,
"upload_time": "2024-09-19T08:36:27",
"upload_time_iso_8601": "2024-09-19T08:36:27.580556Z",
"url": "https://files.pythonhosted.org/packages/f8/3d/fd67357209f905ca91e11cf0621cb9db8c092a0debd565867b46f3cd3511/openvino-2024.4.0-16579-cp39-cp39-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "554d65a1c337d22452a1046b1734260f918e5a5e88f36be9687197a8a99b2a2c",
"md5": "820a04e6ad931d8d7de8d3b114a7179c",
"sha256": "0e01c22a9989470ebcbb7b05fd07e4297bf6c5ecdca202b05f5dc9d2b3186f39"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "820a04e6ad931d8d7de8d3b114a7179c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 28269752,
"upload_time": "2024-09-19T08:36:52",
"upload_time_iso_8601": "2024-09-19T08:36:52.891780Z",
"url": "https://files.pythonhosted.org/packages/55/4d/65a1c337d22452a1046b1734260f918e5a5e88f36be9687197a8a99b2a2c/openvino-2024.4.0-16579-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78004ba7437558bcecb2bcf34cd44f6bab141443bd2d8e226d7a614f10d51089",
"md5": "060d4488f075be282da4a723a3ccf7d1",
"sha256": "fb4781dd9691dc4cfbc6b69f56f724286699e309d4ddc7894fed3ee77b683e2f"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp39-cp39-manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "060d4488f075be282da4a723a3ccf7d1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 42602645,
"upload_time": "2024-09-19T08:37:30",
"upload_time_iso_8601": "2024-09-19T08:37:30.494422Z",
"url": "https://files.pythonhosted.org/packages/78/00/4ba7437558bcecb2bcf34cd44f6bab141443bd2d8e226d7a614f10d51089/openvino-2024.4.0-16579-cp39-cp39-manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "390a08c98fe868cf4fb647252057d3b2fa76874dc115aa50170061ab6e1e969b",
"md5": "22d372d3c85b15183393ce18f34622a1",
"sha256": "74094f8ad81c2ae8500d3361ac087455316a6583016f693d7e1dd1500217ceec"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp39-cp39-manylinux_2_31_aarch64.whl",
"has_sig": false,
"md5_digest": "22d372d3c85b15183393ce18f34622a1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 24551569,
"upload_time": "2024-09-19T08:37:53",
"upload_time_iso_8601": "2024-09-19T08:37:53.663297Z",
"url": "https://files.pythonhosted.org/packages/39/0a/08c98fe868cf4fb647252057d3b2fa76874dc115aa50170061ab6e1e969b/openvino-2024.4.0-16579-cp39-cp39-manylinux_2_31_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cee1f4a1af43a350ccedd2005f4cc08338340d63e0b6370af71a1c21cacb1950",
"md5": "bba2f52c480b6c3f0d4360499e48bcb0",
"sha256": "be834d95405fe3724f104b54f3836e7053646d952c4f8a5dad2267665f55d88f"
},
"downloads": -1,
"filename": "openvino-2024.4.0-16579-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "bba2f52c480b6c3f0d4360499e48bcb0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 35446627,
"upload_time": "2024-09-19T08:38:25",
"upload_time_iso_8601": "2024-09-19T08:38:25.016926Z",
"url": "https://files.pythonhosted.org/packages/ce/e1/f4a1af43a350ccedd2005f4cc08338340d63e0b6370af71a1c21cacb1950/openvino-2024.4.0-16579-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-19 08:26:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openvinotoolkit",
"github_project": "openvino",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "openvino"
}