PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

ConnectionRefusedError: [Errno 111] Connection refused while trying grid.connect() (examples/federated-learning/model-centric/mcfl_create_plan.ipynb)

Open k0gane opened this issue 3 years ago • 1 comments

Question

I tried tutorial of federated learning on examples/federated-learning/model-centric/mcfl_create_plan.ipynb. And a ConnectionRefusedError was raised at the location shown in the image below. What should I do to resolve this error?

Screenshots

image

System Information

  • OS: Whidows + wsl2
  • OS Version: [10 Education]
  • Language Version: [Pytnon 3.9.4]
  • Package Manager Version: [Conda 4.10.1]

k0gane avatar Jul 04 '21 12:07 k0gane

hah, at first, i met the same problem. then, you would find that you miss the step starting the pygrid domain. when you try to start a domain no matter using the docker or manual you will find some other problems like "missing environment varibles","ConnectionRefusedError: [Errno 111] Connection refused","BrokenPipeError: [Errno 32] Broken pipe" and so on. i still dont know how to fix some of them.

using syft0.5.0

SimZD avatar Nov 25 '21 07:11 SimZD

0.5 is no longer supported.

madhavajay avatar Nov 17 '22 07:11 madhavajay