You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgpack is supposed to have a pure-Python fallback, but it apparently isn't working in the current version. You can work around that by adding this line to the pip block of your build.gradle file:
Based on msgpack/msgpack-python#576 (comment), msgpack is unwilling to allow an automatic pure-Python fallback because of the significant performance decrease.
Instead, they support an opt-in with the environment variable MSGPACK_PUREPYTHON=1. To set this, see #1183.
Previously reported in:
The text was updated successfully, but these errors were encountered: