From 72197392faf8e4dbf4a764ea714eae885fb32cb7 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 5 Apr 2024 19:14:55 +0300 Subject: [PATCH] Enable installing packages with pip --- builder/image-ros.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 00e4fcb3..77dbdff6 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -70,6 +70,9 @@ my_travis_retry() { return $result } +echo "Enable installing packages with pip" +rm /usr/lib/python3.11/EXTERNALLY-MANAGED + # TODO: 'kinetic-rosdep-clover.yaml' should add only if we use our repo? echo_stamp "Init rosdep" my_travis_retry rosdep init