[Borgbackup] Warning: “Using a pure-python msgpack! This will result in lower performance.”

Thomas Waldmann tw at waldmann-edv.de
Mon Aug 21 00:01:42 EDT 2017


> “Using a pure-python msgpack! This will result in lower performance.”

Usually you get this warning because it could not compile the C++
implementation of msgpack and just falls back to the Python
implementation. Often this is due to a missing C++ compiler.

So, just check if you can execute: g++ --version

That's maybe a helpful command to force the reinstallation of msgpack
into your virtualenv:

pip install -v --upgrade --force-reinstall --no-cache-dir msgpack-python


-- 

GPG ID: 9F88FB52FAF7B393
GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393



More information about the Borgbackup mailing list