benoitsteiner / tensorflow-opencl

OpenCL support for TensorFlow
Apache License 2.0
472 stars 86 forks source link

libcublas9 missing error #85

Closed JeromeDesseaux closed 6 years ago

JeromeDesseaux commented 6 years ago

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

When importing tensorflow.

I'm working on debian stable and only cublas8 is available. Is saw a similar issue on tensorflow-gpu package and they ask installing 1.4 version instead. Is there a similar version for your package?

Anyway, thanks for everything you've made and you're doing! :D