Open nijinjose123 opened 1 year ago
Did you find a solution for this problem? I too face this problem while importing.
Did you find a solution for this problem?
You can add the envirement variable:
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
But I think it would be better to get more fresh version of the library, you can add in requirements.txt
etcd3 @ git+https://github.com/kragniz/python-etcd3.git@e58a899579ba416449c4e225b61f039457c8072a
I have found some critical bugs in the current release( 0.12.0)
Hi, I installed the package from directly using
pip install etcd3
and when I import the package, I get the following error:Could someone help me with this. I am not sure downgrading the
protobuf
is the best idea here. I would have hoped it to be straight forward installation