PySyft
PySyft copied to clipboard
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
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 :
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
Hi Did you manage to solve this problem? I have the exact same error
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 Thanks. Unfortunately I have to stick with this library for it's multiplatform support.
Hi @intrivil , Were you able to resolve this error? I'm facing same problem.
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.
0.5 is no longer supported.