Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Not found any requirement file in OpenVINO Install dir

huang__shiuan-chi
New Contributor I
966 Views

I've followed the guide,

So I install the runtime by 

sudo apt install openvino

 

when it comes to steps "Install Using the Requirements Files", 

I cannot find the folder "tools" in the openvino INSTALLDIR (/opt/intel/openvino_2022)

in the INSTALLDIR , it only has "samples" folder.

 

So where is the "<INSTALLDIR>\tools\requirements.txt" and relative file located?

0 Kudos
4 Replies
Wan_Intel
Moderator
932 Views

Hi Huang__shiuan-chi,

Thanks for reaching out to us.

 

Did you install OpenVINO™ Runtime through APT for Linux?

 

For your information, I have installed  OpenVINO™ Runtime through APT for Linux. Here are the folders and files inside /opt/intel/openvino_2022 and /opt/intel/openvino_2022/tools:

 

ok.JPG

 

Could you please reinstall OpenVINO™ Runtime via the following options again?

·      Installer for Linux, macOS, Windows

·      APT for Linux

·      Yum for Linux

 

 

Regards,

Wan

 

0 Kudos
huang__shiuan-chi
New Contributor I
923 Views

Hi, 

It was OK when I installed with installer,

But when it comes to installed from APT, only "samples" folder show in /opt/intel/openvino_2022. 

Here are the command and output.

			$ apt-cache search openvino
				libopenvino-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Runtime
				libopenvino-dev-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Developer Tools
				openvino-libraries-dev-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Libraries and Developer tools
				openvino-opencv - OpenCV for OpenVINO(TM) toolkit
				libopenvino-auto-plugin-2022.1.0 - Inference Engine Auto plugin
				libopenvino-intel-gpu-plugin-2022.1.0 - Intel® Processor Graphics
				libopenvino-intel-vpu-plugin-2022.1.0 - Intel® Movidius™ VPU
				openvino-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit
				libopenvino-hetero-plugin-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Hetero plugin
				libopenvino-intel-hddl-plugin-2022.1.0 - Intel® Vision Accelerator Design with Intel® Movidius VPUs
				openvino-libraries-dev - Intel(R) Distribution of OpenVINO(TM) Toolkit Libraries and Developer tools
				openvino-opencv-2022.1.0 - OpenCV for OpenVINO(TM) toolkit
				libopenvino-auto-batch-plugin-2022.1.0 - Inference Engine Automatic Batching plugin
				libopenvino-python-2022.1.0 - Inference Engine Python API
				openvino-libraries - Intel(R) Distribution of OpenVINO(TM) Toolkit Libraries
				openvino-samples-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Samples
				libopenvino-intel-cpu-plugin-2022.1.0 - Intel® CPU
				libopenvino-intel-gna-plugin-2022.1.0 - Intel® Gaussian Neural Accelerator
				openvino - Intel(R) Distribution of OpenVINO(TM) Toolkit
				openvino-libraries-2022.1.0 - Intel(R) Distribution of OpenVINO(TM) Toolkit Libraries
			$ sudo apt install openvino
				Reading package lists... Done
				Building dependency tree
				Reading state information... Done
				The following additional packages will be installed:
				  openvino-2022.1.0 openvino-libraries-2022.1.0 openvino-libraries-dev-2022.1.0 openvino-samples-2022.1.0
				The following NEW packages will be installed:
				  openvino openvino-2022.1.0 openvino-libraries-2022.1.0 openvino-libraries-dev-2022.1.0 openvino-samples-2022.1.0
				0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
				Need to get 10.4 MB/10.4 MB of archives.
				After this operation, 20.3 MB of additional disk space will be used.
				Do you want to continue? [Y/n] Y
				Get:1 https://apt.repos.intel.com/openvino/2022 focal/main amd64 openvino-libraries-2022.1.0 amd64 2022.1.0-643 [1708 B]
				Get:2 https://apt.repos.intel.com/openvino/2022 focal/main amd64 openvino-libraries-dev-2022.1.0 amd64 2022.1.0-643 [1680 B]
				Get:3 https://apt.repos.intel.com/openvino/2022 focal/main amd64 openvino-samples-2022.1.0 amd64 2022.1.0-643 [10.4 MB]
				Get:4 https://apt.repos.intel.com/openvino/2022 focal/main amd64 openvino-2022.1.0 amd64 2022.1.0-643 [1678 B]
				Fetched 10.4 MB in 5s (2201 kB/s)
				Selecting previously unselected package openvino-libraries-2022.1.0.
				(Reading database ... 320186 files and directories currently installed.)
				Preparing to unpack .../openvino-libraries-2022.1.0_2022.1.0-643_amd64.deb ...
				Unpacking openvino-libraries-2022.1.0 (2022.1.0-643) ...
				Selecting previously unselected package openvino-libraries-dev-2022.1.0.
				Preparing to unpack .../openvino-libraries-dev-2022.1.0_2022.1.0-643_amd64.deb ...
				Unpacking openvino-libraries-dev-2022.1.0 (2022.1.0-643) ...
				Selecting previously unselected package openvino-samples-2022.1.0.
				Preparing to unpack .../openvino-samples-2022.1.0_2022.1.0-643_amd64.deb ...
				Unpacking openvino-samples-2022.1.0 (2022.1.0-643) ...
				Selecting previously unselected package openvino-2022.1.0.
				Preparing to unpack .../openvino-2022.1.0_2022.1.0-643_amd64.deb ...
				Unpacking openvino-2022.1.0 (2022.1.0-643) ...
				Selecting previously unselected package openvino.
				Preparing to unpack .../openvino_2022.1.0-643_amd64.deb ...
				Unpacking openvino (2022.1.0-643) ...
				Setting up openvino-libraries-2022.1.0 (2022.1.0-643) ...
				Setting up openvino-samples-2022.1.0 (2022.1.0-643) ...
				Setting up openvino-libraries-dev-2022.1.0 (2022.1.0-643) ...
				Setting up openvino-2022.1.0 (2022.1.0-643) ...
				Setting up openvino (2022.1.0-643) ...
			$ ls -l /opt/intel/openvino_2022
				lrwxrwxrwx 1 root root 21  五   4 11:42 /opt/intel/openvino_2022 -> openvino_2022.1.0.643
			$ ls /opt/intel/openvino_2022/
				samples
0 Kudos
Wan_Intel
Moderator
921 Views

 Hi Huang__shiuan-chi,

Could you please try To Uninstall the Latest Version and reinstall using APT for Linux?

 

 

Regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
882 Views

Hi Huang__shiuan-chi,,

Thanks for your question.

This thread will no longer be monitored since we have provided suggestions. 

If you need any additional information from Intel, please submit a new question.

 

 

Best regards,

Wan


0 Kudos
Reply