WhenI run ./doit.sh for building, I get the following error
root@ubuntu1804:~/workspace/metalk8s-2.11.2# ./doit.sh
/root/workspace/metalk8s-2.11.2/buildchain/.venv/bin/python: No module named doit
Initially, I thought the problem was from python not pointing to python3 but the error persists. How can I fix this issue?