dispy
dispy copied to clipboard
dispy 4.14.0 can't work in python 3.6.8 with 'TypeError'
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
Indeed this is an issue with pycos. I just committed fix for it. You can git source with pip as explained in Download/Installation.
Thanks for reporting it. Now there is a forum which makes things easier to discuss / search etc. Consider joining it.
Hi there, Can I work on this issue?