PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

Open Macha2021 opened this issue 3 years ago • 5 comments

Question

I have this error : ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

when I launch the following script: https://github.com/OpenMined/PySyft/blob/master/examples/federated-learning/model-centric/mcfl_create_plan.ipynb

At the step : image

I have added this line 127.0.0.1 bob in my host file, I have also created an inbound port rule (for port 7000), I don't know what to do now.

Does anyone have the same error ?

System Information

  • OS: Windows
  • OS Version: 10
  • Language Version: Python 3.8.10

Other system

On ubuntu docker image I found the error BrokenPipeError: [Errno 32] Broken pipe

Macha2021 avatar May 12 '21 10:05 Macha2021

Hi Did you manage to solve this problem? I have the exact same error

intrivil avatar Jun 06 '21 08:06 intrivil

Arf no I didn’t succeed in resolving this error. I just decided to change for IBM library (very easier to use and their examples work with no problem for me)

Macha2021 avatar Jun 06 '21 10:06 Macha2021

@Macha2021 Thanks. Unfortunately I have to stick with this library for it's multiplatform support.

intrivil avatar Jun 06 '21 11:06 intrivil

Hi @intrivil , Were you able to resolve this error? I'm facing same problem.

saichandrapandraju avatar Jul 01 '21 08:07 saichandrapandraju

Hi @saichandrapandraju , I use docker image for pygrid, using pysyft 0.5.0, open port + create firewall rules for the port (7000) and it works without error.

intrivil avatar Jul 01 '21 08:07 intrivil

0.5 is no longer supported.

madhavajay avatar Nov 17 '22 07:11 madhavajay