From c5be291cb5faa89ed34bba6e47e9da452b87c0b8 Mon Sep 17 00:00:00 2001 From: "Nicholas A. Lourie" Date: Tue, 7 Aug 2018 17:12:14 -0700 Subject: [PATCH] `liblzma-dev` is also required to build python 3+ on ubuntu, otherwise you get an error when importing lzma from the standard library. --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 466a35e..385ed40 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -5,7 +5,7 @@ ```sh sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ -xz-utils tk-dev libffi-dev +xz-utils tk-dev libffi-dev liblzma-dev ``` * Fedora/CentOS/RHEL: