-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Msgpack serializer not available on PyPy based container #1511
Comments
so the dockerfile reference the right AB dist
but the deps added for that dist for pypy aren't enough Line 74 in 3a8caa6
this is also reflected in
|
mmh, it does work with dist==all though
|
mmh, this is strange. it also works with only dist==serialization:
|
not sure why, but sth is going wrong during the image build https://gist.github.com/oberstet/fab1c4872861827461397a6cc7c922b8 ... |
it's still there:(
|
still there
|
When running PyPy, the msgpack serializer expects
umsgpack
to be installed. It seems that is missing in the docker container.The text was updated successfully, but these errors were encountered: