tensorflow-linux-wheel icon indicating copy to clipboard operation
tensorflow-linux-wheel copied to clipboard

I have the exact same config as mentioned by you in the readme but I get this error - tensorflow-1.8.0-cp36-cp36m-linux_x86_64(cuda9.2+cudnn7.1.4).whl is not a supported wheel on this platform.

Open gagandeepsinghsuri opened this issue 7 years ago • 2 comments

I have cuda 9.0 installed too and I have /usr/local/cuda pointed to cuda-9.0 dir. But in my bashrc, I updated env params as following -

export PATH=/usr/local/cuda-9.2/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-9.2/lib64:${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

I have ubuntu 18.04 with Nvidia driver version 390.48 cuda 9.2, cudnn 7.1, nccl 2.2.13. python 3.6.5

Also, did you also compile the binary with nccl support?

Thanks.

gagandeepsinghsuri avatar Jun 23 '18 22:06 gagandeepsinghsuri

same problem

airylinus avatar Jan 26 '19 08:01 airylinus

same problem

IceClear avatar Sep 24 '20 11:09 IceClear