We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 513f914 + 26668e5 commit c69d928Copy full SHA for c69d928
1 file changed
src/modules/octopi/start_chroot_script
@@ -36,7 +36,8 @@ pushd /home/pi
36
sudo -u pi virtualenv oprint
37
38
# first lets upgrade pip (the shipped version is way too old...)
39
- sudo -u pi /home/pi/oprint/bin/pip install --upgrade pip
+ # issue #526 - pin pip to 9.0.3 until OctoPrint 1.3.9 is released
40
+ sudo -u pi /home/pi/oprint/bin/pip install pip==9.0.3
41
42
# OctoPrint & pyserial
43
if [ "$OCTOPI_INCLUDE_OCTOPRINT" == "yes" ]
0 commit comments