Skip to content

Commit

Permalink
Remove butterfly installation workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 11, 2024
1 parent 4e111fa commit cceb62c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ echo_stamp "Install rosdep"
my_travis_retry pip3 install -U rosdep

echo_stamp "Install and enable Butterfly (web terminal)"
echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
my_travis_retry pip3 install cryptography==3.4.6 # https://stackoverflow.com/a/68472128/6850197
my_travis_retry pip3 install pyOpenSSL==20.0.1
my_travis_retry pip3 install tornado==5.1.1
# echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
# export CRYPTOGRAPHY_DONT_BUILD_RUST=1
# my_travis_retry pip3 install cryptography==3.4.6 # https://stackoverflow.com/a/68472128/6850197
# my_travis_retry pip3 install pyOpenSSL==20.0.1
# my_travis_retry pip3 install tornado==5.1.1
my_travis_retry pip3 install butterfly
my_travis_retry pip3 install butterfly[systemd]
systemctl enable butterfly.socket
Expand Down

0 comments on commit cceb62c

Please sign in to comment.