Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Python 3.5.2 (default, Nov 12 2018, 13:43:14)
  2. [GCC 5.4.0 20160609] on linux
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. `>>>`import tensorflow
  5. Traceback (most recent call last):
  6. File "<stdin>", line 1, in <module>
  7. File "/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.py", line 24, in <module>
  8. from tensorflow.python import * # pylint: disable=redefined-builtin
  9. File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/__init__.py", line 52, in <module>
  10. from tensorflow.core.framework.graph_pb2 import *
  11. File "/usr/local/lib/python3.5/dist-packages/tensorflow/core/framework/graph_pb2.py", line 6, in <module>
  12. from google.protobuf import descriptor as _descriptor
  13. ImportError: No module named 'google'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement