0

I have installed tensorflow with gpu support in ubuntu and can run it in an interactive python shell. However, when I am running the python file in pycharm, I am getting the error

ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory Failed to load the native TensorFlow runtime

Rueen1963
  • 41
  • 2
  • 13
  • 1
    Possible duplicate: https://stackoverflow.com/questions/43558707/tensorflow-importerror-libcusolver-so-8-0-cannot-open-shared-object-file-no – payne Aug 27 '17 at 14:29
  • Make sure the library is listed in Settings/Project../Project Interpreter, and that you've set LD_LIBRARY_PATH in your run configuration. – thebjorn Aug 27 '17 at 14:31

0 Answers0