I am installing cuda 9.0 and the latest Tensorflow 1.8. The error message goes:
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
Besides, I cannt search libcublas.so.9.0 under /usr/local directory. I am not sure whether cuda9.0 is properly installed. The nvcc --version yields the cuda version to be 9.0.
Yes, it should be the problem. What is your suggestion for this problem? I followed exactly step-by-step tutorial in Nvidia website. BTW, I am using centOS 7 system.