We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bec86d commit 01870cbCopy full SHA for 01870cb
tensorflow/tools/ci_build/builds/pip.sh
@@ -315,6 +315,7 @@ create_activate_virtualenv_and_install_tensorflow() {
315
# Upgrade pip so it supports tags such as cp27mu, manylinux1 etc.
316
echo "Upgrade pip in virtualenv"
317
pip install --upgrade pip==9.0.1
318
+ pip install --upgrade setuptools==39.1.0
319
320
# Force tensorflow reinstallation. Otherwise it may not get installed from
321
# last build if it had the same version number as previous build.
0 commit comments