Version: master/v3.6.1
Language: Python 3.6x64 on Windows 10
Steps to reproduce the behavior:
**Followed instructions mentioned on tensorflow.org's guide on installing tensorflow on Windows
(www.tensorflow.org/install/install_windows)
Initially i thought the issue was related to CUDA or cdnn itself, but after hours of trial & error with multiple cuda & cudnn version combination, i decided to focus on the library mentioned in the error message itself.
I'm not very new to python extensions so obvious work around for me was to try earlier version of protobuf, so i tried:
pip uninstall protobuf
pip install protobuf==3.6.0
and tada!! tensorflow started working.
I'm still not sure if this was actually caused by protobuf or incorrect installations etc.
My sincere apologies if this issue is unrelated.
Please let me know if you need more details on this issue.
Duplicate of #5046. You need to update your python to versions >= 3.6.1.
thanks man!
pip uninstall protobuf
pip install protobuf==3.6.0
this has worked for me
Upgrading my python from 3.6.0 to 3.6.1 worked !!!
downgrading protobuf to 3.6.0 worked for me. Thanks!!
Most helpful comment
thanks man!
pip uninstall protobuf
pip install protobuf==3.6.0
this has worked for me