From 6795491bcc0c276e27be6a9e1a4a14c019c2ba37 Mon Sep 17 00:00:00 2001 From: Todd Wang Date: Wed, 3 Oct 2018 22:24:14 -0700 Subject: Pin wheel=0.31.1 in install_auditwheel.sh to work around issue https://github.com/pypa/auditwheel/issues/102 PiperOrigin-RevId: 215685104 --- tensorflow/tools/ci_build/install/install_auditwheel.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tensorflow/tools') diff --git a/tensorflow/tools/ci_build/install/install_auditwheel.sh b/tensorflow/tools/ci_build/install/install_auditwheel.sh index e6f6124d56..0e6d98c0a8 100755 --- a/tensorflow/tools/ci_build/install/install_auditwheel.sh +++ b/tensorflow/tools/ci_build/install/install_auditwheel.sh @@ -18,6 +18,10 @@ set -e sudo pip3 install auditwheel==1.5.0 +# Pin wheel==0.31.1 to work around issue +# https://github.com/pypa/auditwheel/issues/102 +sudo pip3 install wheel==0.31.1 + set +e patchelf_location=$(which patchelf) if [[ -z "$patchelf_location" ]]; then -- cgit v1.2.3