Installed OpenVINO™ Development Tools 2022.1 release with PyPI: pip install openvino-dev[onnx,pytorch]==2022.1.0
Encountered error message: ERROR: "Could not find a version that satisfies the requirement openvino==2022.1.0 (from openvino-dev[onnx,pytorch]==2022.1.0) (from versions: 2021.3.0, 2021.4.0, 2021.4.1, 2021.4.2).ERROR: No matching distribution found for openvino==2022.1.0 (from openvino-dev[onnx,pytorch]==2022.1.0)
Resolution
Set Up and Update PIPto the highest version: python -m pip install --upgrade pip
Install OpenVINO™ Development Tools 2022.1 release with PyPI: pip install openvino-dev[onnx,pytorch]==2022.1.0