From 12bc300d369ccd47650189f929022c2795a6d963 Mon Sep 17 00:00:00 2001 From: eaidova Date: Wed, 4 Dec 2024 11:27:17 +0400 Subject: [PATCH] fix check_install script after openvino-dev removal --- check_install.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/check_install.py b/check_install.py index 700fb2ea0df..6d7cb012152 100644 --- a/check_install.py +++ b/check_install.py @@ -174,10 +174,6 @@ def kernel_check(): "See https://github.com/openvinotoolkit/openvino_notebooks/wiki/Windows" ) -if not DEVTOOLS_INSTALLED: - print() - print("OpenVINO development tools are not installed in this Python environment. \n" "Please follow the instructions in the README to install `openvino`\n") - if not NO_BROKEN_REQUIREMENTS: print() print("`pip check` shows broken requirements:")