Skip to content

[Bug Report] Conflict between msgpack 1.0.0 and the deprecated msgpack-python #3511

Discussion options

You must be logged in to vote

@ahmed-elsaharti
Thanks for your suggestion, but I need the Ray library to parallelize the data collection process and msgpack-python is conflict with it. I resolve this issue by:

  1. install msgpack-rpc-python in this PR msgpack-rpc/msgpack-rpc-python#23 and
  2. Remove argument pack_encoding="utf-8" and unpack_encoding="utf-8" in VehicleClient, which locatetd in airsim/client.py

Since msgpack v1.0.0 they have set the default encoding to utf-8 so these arguments are no longer effective.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jonyMarino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3251 on March 22, 2021 21:28.