From 02e10c88323f1ab5f65ef9bc6d01097b0fd59b70 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 29 Jan 2021 16:06:04 +0100 Subject: [PATCH] Explicitly update mysqlclient with pip On Ubuntu bionic (18.04) python3.6 is delivered with an outdated mysqlclient package. It has to be updated manually first, otherwise seafile 8.x won't work. --- manual/upgrade/upgrade_notes_for_8.0.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/upgrade/upgrade_notes_for_8.0.x.md b/manual/upgrade/upgrade_notes_for_8.0.x.md index f6d3625e..046f76e1 100644 --- a/manual/upgrade/upgrade_notes_for_8.0.x.md +++ b/manual/upgrade/upgrade_notes_for_8.0.x.md @@ -16,7 +16,7 @@ Note, you should install Python libraries system wide using root user or sudo mo ```sh apt-get install libmysqlclient-dev -sudo pip3 install future mysqlclient +sudo pip3 install -U future mysqlclient ``` * For Debian 10