Skip to content

Commit

Permalink
Restrict setuptools to < 58.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawar-sap committed Sep 22, 2021
1 parent b9c2937 commit 9723a56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ source ${PIPBOOTSTRAP}/bin/activate
# Upgrade virtualenv, version 20 breaks with missing setuptools
pip install --upgrade ${PIP_ARGS} 'virtualenv<20'

# Restrict setuptools, version 58 breaks for use_2to3
pip install --upgrade ${PIP_ARGS} 'setuptools<58'

# Forget the cached locations of python binaries
hash -r

Expand Down

0 comments on commit 9723a56

Please sign in to comment.