Skip to content

Commit

Permalink
Fix pip install on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Sep 27, 2024
1 parent 8ece367 commit de78166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ DEBIAN_FRONTEND=noninteractive ici_timed "Install build packages" ici_cmd "${APT
python3-stdeb python3-all dh-python

# Install patched bloom to handle ROS "one" distro key when resolving python and ROS version
ici_timed "Install bloom" ici_asroot pip install -U git+https://github.com/rhaschke/bloom.git@ros-one
ici_timed "Install bloom" ici_asroot pip install --break-system-packages -U git+https://github.com/rhaschke/bloom.git@ros-one
# Install patched vcstool to allow for treeless clones
ici_timed "Install vcstool" ici_asroot pip install -U git+https://github.com/rhaschke/vcstool.git@master
ici_timed "Install vcstool" ici_asroot pip install --break-system-packages -U git+https://github.com/rhaschke/vcstool.git@master

ici_timed "rosdep init" ici_asroot rosdep init

Expand Down

0 comments on commit de78166

Please sign in to comment.