Open crmpicco opened 2 years ago
@crmpicco did you manage to fix it? I am in the same situation, even worse, I am on Mac M1 and if I will install the package it won't let me to import it due to protobuf and if I am using docker - it says port conflict.
I am trying to work out why my usage of
etcd3
in my Python 3 application does not connect to the etcd server, however usingetcd
does.My server is 3.5.0:
When I try connecting with
etcd3
, I get the following "etcd connection failed" error:However, when I do the same with
etcd
it works. 😕