Need help to solve the error
"
File "/usr/lib/python3.5/imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
"
I have exported using the below statements
export PATH=/usr/local/cuda-10.2/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
PC details
- GPU: TitanXP,
- Ubuntu 18.04 LTS,
- Virtual env : Python 3.5,
- CUDA 10.0,
- TensorFlow 1.13,
- Driver Version: 440.100.
Error while importing tensorflow