Skip to content

Commit 775d2a6

Browse files
committed
pinned pip to 8.1.2 because of #58
1 parent 445abc6 commit 775d2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/catkin-pip-base.req

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Basic tools to install, simulating virtualenv creation behavior.
22
# Not setting any version here to force catkin-pip to follow python and not remain stuck on deprecated versions.
3-
pip
3+
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
44
setuptools

0 commit comments

Comments
 (0)