Results 3 comments of pcleon

bison版本过高吧,是不是用的3.0了?

centos7中使用readme中的脚本安装会报和楼上相同错误,但是直接到项目根目录下,使用如下: cmake -DWITH_DEBUG=OFF -DCMAKE_INSTALL_PREFIX=./inception -DMYSQL_DATADIR=./inception/data -DWITH_SSL=bundled -DCMAKE_BUILD_TYPE=RELEASE -DWITH_ZLIB=bundled -DMY_MAINTAINER_CXX_WARNINGS="-Wall -Wextra -Wunused -Wno-dev -Wwrite-strings -Wno-strict-aliasing -Wno-unused-parameter -Woverloaded-virtual" -DMY_MAINTAINER_C_WARNINGS="-Wall -Wextra -Wno-dev -Wunused -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement" . 参数可以正常编译通过,供参考.

with the same problem as you, I looked at the implementation and found "refresh_lease" in etcd3/client.py : ``` @_handle_generator_errors def refresh_lease(self, lease_id): keep_alive_request = etcdrpc.LeaseKeepAliveRequest(ID=lease_id) request_stream = [keep_alive_request] for response...