-
Notifications
You must be signed in to change notification settings - Fork 387
Description
I've reinstalled clean python (2.7.12) and installed zerorpc via pip
Scripts/pip.exe install zerorpc
Trying to run an example gives:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\zerorpc\channel.py", line 78, in _channel_dispatcher
event = self._events.recv()
File "C:\Python27\lib\site-packages\zerorpc\events.py", line 365, in recv
event = Event.unpack(get_pyzmq_frame_buffer(blob))
File "C:\Python27\lib\site-packages\zerorpc\events.py", line 215, in unpack
unpacked_msg = unpacker.unpack()
File "C:\Python27\lib\site-packages\msgpack\fallback.py", line 570, in unpack
ret = self._fb_unpack(EX_CONSTRUCT, write_bytes)
File "C:\Python27\lib\site-packages\msgpack\fallback.py", line 498, in _fb_unpack
typ, n, obj = self._read_header(execute, write_bytes)
File "C:\Python27\lib\site-packages\msgpack\fallback.py", line 347, in _read_header
b = ord(c)
TypeError: ord() expected string of length 1, but memoryview found
I've zerorpc version 0.6.0, msgpack version 0.4.8.