sample.py from dispy/examples is giving error as follows I have started the dispynode on the node(server) which outside the network ( suppose IP address of node is a.b.c.d, where as client's IP address is e.f.g.h) After running, the sample.py program which has following code at cluster cluster = dispy.JobCluster(compute, nodes = ['a.b.c.d']) I am using Python 3.8.0 It is giving below error shown in attached screenshot.
sample.py from dispy/examples is giving error as follows I have started the dispynode on the node(server) which outside the network ( suppose IP address of node is a.b.c.d, where as client's IP address is e.f.g.h) After running, the canonical program which has following code at cluster cluster = dispy.JobCluster(compute, nodes = ['a.b.c.d']) I am using Python 3.8.0 It is giving below error shown in attached screenshot.