We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce189f commit 3e8a270Copy full SHA for 3e8a270
resources/install_apt.sh
@@ -23,7 +23,7 @@ echo 65 > ${PROGRESS_FILE}
23
echo "*************************************"
24
echo "Install the required python libraries"
25
26
-python3 -m pip install "h11" "setuptools" "charset-normalizer" "requests" "aiohttp" "aiosignal" "asyncio" "fastapi" "uvicorn" "urllib3"
+python3 -m pip install "wheel" "h11" "setuptools" "charset-normalizer" "requests" "aiohttp" "aiosignal" "asyncio" "fastapi" "uvicorn" "urllib3"
27
echo 100 > ${PROGRESS_FILE}
28
29
echo $(date)
0 commit comments