Advertisement
Guest User

Untitled

a guest
May 5th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. dhcp-3-6:~ M$ python
  2. Python 2.7.6 (default, Sep 9 2014, 15:04:36)
  3. [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import tensorflow as tf
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. File "/Library/Python/2.7/site-packages/tensorflow/__init__.py", line 23, in <module>
  9. from tensorflow.python import *
  10. File "/Library/Python/2.7/site-packages/tensorflow/python/__init__.py", line 49, in <module>
  11. from tensorflow.core.framework.graph_pb2 import *
  12. File "/Library/Python/2.7/site- packages/tensorflow/core/framework/graph_pb2.py", line 10, in <module>
  13. from google.protobuf import descriptor_pb2
  14. File "/Library/Python/2.7/site-packages/google/protobuf/descriptor_pb2.py", line 1495, in <module>
  15. options=None),
  16. File "/Library/Python/2.7/site-packages/google/protobuf/descriptor.py", line 505, in __new__
  17. return _message.default_pool.FindFieldByName(full_name)
  18. KeyError: "Couldn't find field google.protobuf.GeneratedCodeInfo.Annotation.path"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement