diff --git a/tensorflow/tools/ci_build/install/install_auditwheel.sh b/tensorflow/tools/ci_build/install/install_auditwheel.sh index 2538a393d3f..e6f6124d567 100755 --- a/tensorflow/tools/ci_build/install/install_auditwheel.sh +++ b/tensorflow/tools/ci_build/install/install_auditwheel.sh @@ -16,7 +16,7 @@ set -e -sudo pip3 install auditwheel +sudo pip3 install auditwheel==1.5.0 set +e patchelf_location=$(which patchelf)