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
660 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 try "pip3 install openvino-dev[caffe]==2022.1" throws an error: Failed building wheel for numpy

 

Finally, I try "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.

 

Can you help me?

0 Kudos
1 Reply
Hairul_Intel
Moderator
631 Views

Hi uUnknown,

We notice that you’ve posted the same issue in multiple threads. As such, we will proceed to close this thread. Further discussions regarding this issue can be done in the following thread:

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Error-pip3-install-openvino-dev-caffe/m-p/1499586#M29657

 

 

Regards,

Hairul


0 Kudos
Reply