Skip to content

Commit

Permalink
Fix issue #526 - pin pip to 9.0.3 until OctoPrint 1.3.9 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed May 26, 2018
1 parent c174c7c commit fb7093b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/octopi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ pushd /home/pi
sudo -u pi virtualenv oprint

# first lets upgrade pip (the shipped version is way too old...)
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
sudo -u pi /home/pi/oprint/bin/pip install pip==9.0.3

# OctoPrint & pyserial
if [ "$OCTOPI_INCLUDE_OCTOPRINT" == "yes" ]
Expand Down

0 comments on commit fb7093b

Please sign in to comment.