i used python2.7 is failed
in python2.7
>>> from tensorflow.python.util import nest
Traceback (most recent calllast):
File "<stdin>", line 1, in <module>
ImportError: cannot import name nest
but I try to use python3.5 to run from tensorflow.python.util import nest
is ok
I was able to run that import statement without any issues on python 2.7. Perhaps your python 2 install is wonky or your tensorflow is out of date (I'm running
0.12.0-rc1
).