升级tensorflow后,出现错误为 ImportError: No module named protobuf 的信息
卸载 protobuf、google,之后重新安装即可
pip uninstall protobuf
pip uninstall google
pip install google
pip install protobuf
卸载 protobuf、google,之后重新安装即可
pip uninstall protobuf
pip uninstall google
pip install google
pip install protobuf