Hi I'm trying running an tensorflow application in my computer. I installed the tf , using the pip and follow the steps in the tensorflows documentation.
I'm using python 3.6.3 in ubuntu 17.10
KeyError: "Couldn't find field google.protobuf.EnumDescriptorProto.EnumReservedRange.start"
Tks
I get this error when I try to use TensorFlow with Anaconda rather than Python 2.7 on a Mac. To see if you are using Anaconda, use the which command:
If this is causing your problem, the solution is to install Tensorflow in a virtual environment:
To use tensorflow in the future, remember that you must first activate the venv (source ~/tf/bin/activate.)