Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 41, in <module>
  3. from tensorflow.python.pywrap_tensorflow_internal import *
  4. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
  5. _pywrap_tensorflow_internal = swig_import_helper()
  6. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  7. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  8. File "/home/drok/apps/thonny/lib/python3.6/imp.py", line 242, in load_module
  9. return load_dynamic(name, filename, file)
  10. File "/home/drok/apps/thonny/lib/python3.6/imp.py", line 342, in load_dynamic
  11. return _load(spec)
  12. ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "/home/drok/Desktop/test.py", line 1, in <module>
  18. import tensorflow as tf
  19. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module>
  20. from tensorflow.python import *
  21. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 49, in <module>
  22. from tensorflow.python import pywrap_tensorflow
  23. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 52, in <module>
  24. raise ImportError(msg)
  25. ImportError: Traceback (most recent call last):
  26. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 41, in <module>
  27. from tensorflow.python.pywrap_tensorflow_internal import *
  28. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
  29. _pywrap_tensorflow_internal = swig_import_helper()
  30. File "/home/drok/.thonny/BundledPython36/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  31. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  32. File "/home/drok/apps/thonny/lib/python3.6/imp.py", line 242, in load_module
  33. return load_dynamic(name, filename, file)
  34. File "/home/drok/apps/thonny/lib/python3.6/imp.py", line 342, in load_dynamic
  35. return _load(spec)
  36. ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
  37.  
  38.  
  39. Failed to load the native TensorFlow runtime.
  40.  
  41. See https://www.tensorflow.org/install/install_sources#common_installation_problems
  42.  
  43. for some common reasons and solutions. Include the entire stack trace
  44. above this error message when asking for help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement