Skip to content

Commit 01870cb

Browse files
author
Amit Patankar
committed
Fixing the setuptools issue for pip builds.
1 parent 5bec86d commit 01870cb

File tree

1 file changed

+1
-0
lines changed
  • tensorflow/tools/ci_build/builds

1 file changed

+1
-0
lines changed

tensorflow/tools/ci_build/builds/pip.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ create_activate_virtualenv_and_install_tensorflow() {
315315
# Upgrade pip so it supports tags such as cp27mu, manylinux1 etc.
316316
echo "Upgrade pip in virtualenv"
317317
pip install --upgrade pip==9.0.1
318+
pip install --upgrade setuptools==39.1.0
318319

319320
# Force tensorflow reinstallation. Otherwise it may not get installed from
320321
# last build if it had the same version number as previous build.

0 commit comments

Comments
 (0)