I tried to use hailo-dataflow-compiler with Python 3.12. I downloaded the wheel and tried to install, but it failed because it requires matplotlib==3.5.2 which is quite old and not available for Python 3.12. The same holds with the requirement for protobuf and onnxsim. How can this be solved?
Hi @Christoph_Mahr,
It sounds like you might be using an older version of the Hailo Dataflow Compiler that predates Python 3.12 support - Python 3.12 support was officially added starting with DFC v3.32.0 (Hailo-8) and DFC v5.1.0 (Hailo-10H).
Thanks,
Michael.