pycos
pycos copied to clipboard
Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
Hi! Getting this error on program termination: Traceback (most recent call last): File "C:\Users\maxl\Anaconda3\envs\nips_run2\lib\threading.py", line 916, in _bootstrap_inner self.run() File "C:\Users\maxl\Anaconda3\envs\nips_run2\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "c:\users\maxl\work\personal\tmp\pycos\py3\pycos\__init__.py", line...
Fixed issue where the Client functions nodes, clients and tasks were not actually returning any data.