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.

Error : pip3 install openvino-dev[caffe]

uUnknown
Beginner
474 Views

My system: Raspberry Pi 4B install ubuntu 22.04. python 3.10

"pip3 install openvino-dev[caffe]==2023.0.0" throws an error:

 

 ERROR: Could not find a version that satisfies the requirement openvino==2023.0.0 (from openvino-dev[caffe]) (from versions: none)
ERROR: No matching distribution found for openvino==2023.0.0

 

Then I tried "pip3 install openvino-dev[caffe]==2022.1" throws an error: Failed building wheel for numpy

 

Finally, I tried "pip3 install openvino-dev[caffe]" with python3.8, error: ModuleNotFoundError: No module named 'numpy'. To solve the problem, I try to pip3.8 install numpy but invalid.

 

I access Pypi and It was found that some modules do not support the aarch64 architecture.

Then I tried to use python 3.7-3.10 and finally I faild.

It seems that AMD architecture can succeed but aarch64 can not.

0 Kudos
2 Replies
Hairul_Intel
Moderator
455 Views

Hi uUnknown,

Thank you for reaching out to us.

 

For your information, OpenVINO Development Tools is only supported on the 6th to 13th generation Intel® Core™ processors and 1st to 4th generation Intel® Xeon® Scalable processors. Refer OpenVINO System Requirements for more information.

 

On another note, OpenVINO™ Runtime is available for Raspberry Pi platform but will require Raspbian OS (Raspbian Buster, ARM, 32-bit or Raspbian Stretch, ARM, 32-bit). You can follow the Install OpenVINO™ Runtime for Raspbian OS page to install the package.

 

For aarch64 with Ubuntu OS, you can try installing OpenVINO runtime either from package (refer to this GitHub discussion) or build from Source (see build instructions).

 

 

Regards,

Hairul


0 Kudos
Hairul_Intel
Moderator
413 Views

Hi uUnknown,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


0 Kudos
Reply