0rpc / zerorpc-python

zerorpc for python
http://www.zerorpc.io
Other
3.16k stars 381 forks source link

bug with python3.6 #165

Open hsz1273327 opened 7 years ago

hsz1273327 commented 7 years ago

python3.6

run the example then

TypeError: ord() expected string of length 1, but memoryview found
bombela commented 7 years ago

Make sure msgpack is built with cpython. The error usually occur when the msgpack implementation in pure python is used as a fallback.

I tried working around this but to no avail. Let me know if you have any advice.

On Sat, May 27, 2017, 00:12 HUANG SIZHE notifications@github.com wrote:

python3.6

run the example then

TypeError: ord() expected string of length 1, but memoryview found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/0rpc/zerorpc-python/issues/165, or mute the thread https://github.com/notifications/unsubscribe-auth/AANMjC41nNATkaL2ZgM-5zM-IVODKgB8ks5r98zlgaJpZM4NoRDd .