Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 7d3f5bb

Browse files
committed
fix 'not a supported wheel on this platform' error when running on Ubuntu 17.10
1 parent 19dcdfe commit 7d3f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/installation/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ "$DISTRO" = "UBUNTU" ]; then
132132
PKG_LLVM="llvm-3.9"
133133
PKG_CLANG="clang-3.8"
134134
TF_VERSION="1.5.0"
135-
TFBinaryURL="https://storage.googleapis.com/tensorflow/linux/${TF_TYPE}/tensorflow-${TF_VERSION}-cp35-cp35m-linux_x86_64.whl"
135+
TFBinaryURL="https://storage.googleapis.com/tensorflow/linux/${TF_TYPE}/tensorflow-${TF_VERSION}-cp36-cp36m-linux_x86_64.whl"
136136
fi
137137
TFCApiFile="libtensorflow-${TF_TYPE}-linux-x86_64-${TF_VERSION}.tar.gz"
138138
LinkerConfigCmd="sudo ldconfig"

0 commit comments

Comments
 (0)