Get error when Install AI Software Suite on WSL2

I’m trying to install AI Software Suite on WSL2, but get error as below.

Could anyone tell me how to solve it?

~/hailo_ai_sw_suite$ cat system_reqs_results.log
HAILO System requirements check - log

V |  Available RAM (39 GB) is sufficient, and within recommendation (32 GB).
V |  CPU architecture x86_64 is supported.
V |  Required avx CPU flag is supported.
V |  Package python3-tk found.
V |  Package graphviz found.
V |  Package libgraphviz-dev found.
V |  Package python3.10-dev found.
V |  GPU driver version is 560.
V |  Environment variable CC is unset.
V |  Environment variable CXX is unset.
V |  Environment variable LD is unset.
V |  Environment variable AS is unset.
V |  Environment variable AR is unset.
V |  Environment variable LN is unset.
V |  Environment variable DUMP is unset.
V |  Environment variable CPY is unset.
  |  Could not test for SecureBoot, make sure it is disabled on this machine.
  |  Missing package: linux-headers-6.6.87.2-microsoft-standard-WSL2.
V |  Package build-essential found.
V |  Python package pip found.
V |  Python package virtualenv found.

The Hailo AI Software Suite is not supported under WSL2. I recommend installing the Hailo AI Software Suite Docker on Ubuntu 22.04 running directly on an x86 machine with an NVIDIA GPU for some of the model optimizations algorithms.

While the Hailo Dataflow Compiler (DFC) is supported under WSL2, it has its own limitations. It is primarily intended for third-party software running on Windows that needs to use the DFC under the hood. For all other use cases, the Hailo Dataflow Compiler should be run on Ubuntu.

Thank you for your reply.

I’d like to confirm that you mean there are some tasks which can be done under Actual PC, while not under WSL2 by DFC.

please tell me an example of the task.

The Dataflow Compiler usage on Windows using WSL2, does not currently support GPU. That means you cannot use the more advanced model optimization algorithms that require a GPU.