Hi,
I am using python 3.6.8 to invoke the dispy, my install steps are as below:
- download the codes from here
- put the codes in Linux env
- run the setup.py install to install the dispy
- use command /usr/local/bin/dispynode.py -i xxx.xxx.xxx.xx -c 8 -d --clean to start the dispy successfully
- run the example codes with command "python sample.py"
the error message like these:
2021-03-22 21:54:57 pycos - uncaught exception in tcp_req/139806149227976:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/dispy-4.14.0-py3.6.egg/EGG-INFO/scripts/dispynode.py", line 1751, in tcp_req
client, resp = yield setup_computation(msg, task=task)
TypeError: 'NoneType' object is not iterable
could anyone give me a hand about this issue? Is it related with the version of python or pycos? Thanks a lot
Hi,
I am using python 3.6.8 to invoke the dispy, my install steps are as below:
the error message like these:
2021-03-22 21:54:57 pycos - uncaught exception in tcp_req/139806149227976:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/dispy-4.14.0-py3.6.egg/EGG-INFO/scripts/dispynode.py", line 1751, in tcp_req
client, resp = yield setup_computation(msg, task=task)
TypeError: 'NoneType' object is not iterable
could anyone give me a hand about this issue? Is it related with the version of python or pycos? Thanks a lot