Hi, I am trying to run the following command to build local env:
Copy code
git clone <https://github.com/flyteorg/flyte.git>
cd flyte
sudo make compile
flyte start --config flyte_local.yaml
But after I ran
sudo make compile
to build flyte I got following error. Wondering if I can get some hints on this(It previously works, not sure why it fails now ). Thank you in advance.