We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd5b0f commit 54945ecCopy full SHA for 54945ec
scripts/02-update-octoprint
@@ -27,5 +27,5 @@ fi
27
# fixes for broken packages from piwheels
28
if [[ $(sudo -u $USER $VENV/bin/python --version | cut -d' ' -f2) =~ ^3\.11\. && $(sudo -u $USER $VENV/bin/pip freeze | grep -i tornado | cut -d= -f3) == "6.4.2" ]]; then
29
# fetch sdist for tornado 6.4.2 under Python 3.11
30
- sudo -u $USER $VENV/bin/pip install --no-binary=tornado "tornado==6.4.2"
+ sudo -u $USER $VENV/bin/pip install --no-binary=tornado "tornado==6.4.2" --force-reinstall
31
fi
0 commit comments