From 775d2a68c7a37d2bdeb910ce718e9cf74a16db88 Mon Sep 17 00:00:00 2001 From: alexv Date: Tue, 6 Dec 2016 19:15:26 +0900 Subject: [PATCH] pinned pip to 8.1.2 because of https://github.com/asmodehn/catkin_pip/issues/58 --- cmake/catkin-pip-base.req | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/catkin-pip-base.req b/cmake/catkin-pip-base.req index f16ab7e..0e3b85c 100644 --- a/cmake/catkin-pip-base.req +++ b/cmake/catkin-pip-base.req @@ -1,4 +1,4 @@ # Basic tools to install, simulating virtualenv creation behavior. # Not setting any version here to force catkin-pip to follow python and not remain stuck on deprecated versions. -pip +pip==8.1.2 # pip > 9.0 tries to remove egg-info/entry_points.txt from /opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/pyros-... even if we specify /home/alexv/ROS/gopher_bootstrap/build/catkin_pip_env/bin/pip install -e /home/alexv/ROS/gopher_bootstrap/src/pyros --ignore-installed --no-dependencies --prefix /home/alexv/ROS/gopher_bootstrap/devel setuptools