Skip to content

Commit 399c020

Browse files
mborgersonrhelmot
authored andcommitted
Temporarily pin pip to any version <20
There was an issue recently introduced with pip 20.0.1 that prevents some binary wheels from being installed. This will result in failed setup of angr-dev. Until it gets resolved, simply use a slightly older version of pip. More info: pypa/pip#7629
1 parent 5271c40 commit 399c020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ then
320320
workon $ANGR_VENV || error "Unable to activate the virtual environment."
321321

322322
# older versions of pip will fail to process the --find-links arg silently
323-
pip3 install -U pip
323+
pip3 install -U 'pip<20'
324324
fi
325325

326326
function try_remote

0 commit comments

Comments
 (0)