Last active
September 15, 2016 16:38
-
-
Save gforsyth/6cae184733d5160ec0eb33ff792a74d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| distributed.utils - ERROR - 2400000161 exceeds max_bin_len(2147483647) | |
| Traceback (most recent call last): | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/distributed/utils.py", line 207, in log_errors | |
| yield | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/distributed/client.py", line 460, in _handle_report | |
| six.reraise(*clean_exception(**msg)) | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/six.py", line 685, in reraise | |
| raise value.with_traceback(tb) | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/tornado/concurrent.py", line 237, in result | |
| raise_exc_info(self._exc_info) | |
| File "<string>", line 3, in raise_exc_info | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/tornado/gen.py", line 1024, in run | |
| yielded = self.gen.send(value) | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/distributed/core.py", line 258, in read | |
| msg = protocol.loads(frames) | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/distributed/protocol.py", line 152, in loads | |
| msg = loads_msgpack(small_header, small_payload) | |
| File "/home/gil/anaconda/envs/dasknumbagpu/lib/python3.5/site-packages/distributed/protocol.py", line 256, in loads_msgpack | |
| return msgpack.loads(payload, encoding='utf8') | |
| File "pandas/msgpack/_unpacker.pyx", line 138, in pandas.msgpack._unpacker.unpackb (pandas/msgpack/_unpacker.cpp:2059) | |
| ValueError: 2400000161 exceeds max_bin_len(2147483647) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment