I'm trying to install openvino-dev on my RasPi4 (Raspbian OS 64-bit), through pip(python3.9.2) and getting this error:
ERROR: Could not find a version that satisfies the requirement openvino==2022.3.0 (from openvino-dev) (from versions: none) ERROR: No matching distribution found for openvino==2022.3.0
How can I fix it?
I tried to install it through
pip install openvino-dev