angr / angr-dev

Some helper scripts to set up an environment for angr development.
BSD 2-Clause "Simplified" License
117 stars 95 forks source link

Temporarily pin pip to any version <20 #95

Closed mborgerson closed 4 years ago

mborgerson commented 4 years ago

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: https://github.com/pypa/pip/issues/7629

rhelmot commented 4 years ago

Ah, yes, we want the pin here as well.