Python version for hailo software

Hi. I’m new to this and I’m figuring out how to use hailo8.

I’m now trying to follow this tutorial and have some question.

  1. It says to install python 3.8 version when installing hailo software(i guess it is Hailo Dataflow Compiler 3.27). Is it because python 3.8 is appropriate to install the software?

  2. is it ok to use python 3.10.11 version which I’m using now instead of 3.8?

thank you for reading

Hey @Jaewon_Ahn ,

Welcome to the Hailo Community!

The Hailo Dataflow Compiler supports Python 3.8, 3.9, and 3.10 for installation and usage​. Since you are using Python 3.10.11, you should be fine as long as it aligns with the minor version compatibility.

However, if you encounter any issues, consider switching to Python 3.8 to ensure full compatibility. It’s always a good practice to install Hailo software in a dedicated virtual environment with one of the officially supported Python versions to avoid conflicts.