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 9f7b7ef commit 4fc5f33Copy full SHA for 4fc5f33
setup.sh
@@ -75,7 +75,7 @@ function updateenv() {
75
fi
76
if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
77
echo "Detected Raspberry, installing cython, skipping hyperopt installation."
78
- ${PYTHON} -m uv pip install --upgrade cython
+ ${PIP} install --upgrade cython
79
else
80
# Is not Raspberry
81
read -p "Do you want to install hyperopt dependencies [y/N]? "
0 commit comments