Advertisement
Guest User

crash

a guest
Nov 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. 11/18/2019 01:34:13 MainProcess MainThread logger log_setup INFO Log level set to: INFO
  2. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR There was an error importing Tensorflow. This is most likely because you do not have TensorFlow installed, or you are trying to run tensorflow-gpu on a system without an Nvidia graphics card. Original import error: Traceback (most recent call last):
  3. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR File "C:\Users\Fede\AppData\Roaming\Python\Python36\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
  4. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR from tensorflow.python.pywrap_tensorflow_internal import *
  5. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR File "C:\Users\Fede\AppData\Roaming\Python\Python36\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
  6. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR _pywrap_tensorflow_internal = swig_import_helper()
  7. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR File "C:\Users\Fede\AppData\Roaming\Python\Python36\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  8. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  9. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR File "C:\Users\Fede\MiniConda3\envs\faceswap\lib\imp.py", line 243, in load_module
  10. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR return load_dynamic(name, filename, file)
  11. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR File "C:\Users\Fede\MiniConda3\envs\faceswap\lib\imp.py", line 343, in load_dynamic
  12. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR return _load(spec)
  13. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR ImportError: DLL load failed: Impossibile trovare il modulo specificato.
  14. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR
  15. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR
  16. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR Failed to load the native TensorFlow runtime.
  17. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR
  18. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR See https://www.tensorflow.org/install/errors
  19. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR
  20. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR for some common reasons and solutions. Include the entire stack trace
  21. 11/18/2019 01:34:13 MainProcess MainThread cli execute_script ERROR above this error message when asking for help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement