%general-entities; ]> MessagePack-&msgpack-version; msgpack Introduction to MessagePack Module MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. This package provides CPython bindings for reading and writing MessagePack data. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &msgpack-md5sum; Download size: &msgpack-size; Estimated disk space required: &msgpack-buildsize; Estimated build time: &msgpack-time; MessagePack Dependencies Required , Optional (for testing) , Installation of MessagePack Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user msgpack To test the installation issue pytest. Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/msgpack-&msgpack-version;.dist-info, /usr/lib/python&python3-majorver;/site-packages/msgpack