From 4fc5f33fa13bc5fcafeea9360fb7002f953ce5aa Mon Sep 17 00:00:00 2001 From: Hanlei Qin Date: Sat, 25 Oct 2025 15:16:20 +0800 Subject: [PATCH] fix an omission --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a6e0c1f2b..732306e83 100755 --- a/setup.sh +++ b/setup.sh @@ -75,7 +75,7 @@ function updateenv() { fi if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then echo "Detected Raspberry, installing cython, skipping hyperopt installation." - ${PYTHON} -m uv pip install --upgrade cython + ${PIP} install --upgrade cython else # Is not Raspberry read -p "Do you want to install hyperopt dependencies [y/N]? "