@@ -34,6 +34,9 @@ fi
# Activate the venv
source .venv/bin/activate
+# Install wheel first
+pip3 install wheel
+
# Install python packages
pip3 install -r resources/requirements.txt