Update README-FAQ regarding `Locking Failed`

pull/323/head
KuhnChris 2023-02-11 19:16:25 +01:00
parent b8434ff444
commit f9a27eb33e
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -130,3 +130,5 @@ dmypy.json
# Pyre type checker
.pyre/
Pipfile.lock

View File

@ -350,6 +350,10 @@ etc.). Configuration of this is beyond the scope of this README.
Just `amd64` for the moment. Others may be made available if there is demand.
### The pipenv install fails with "Locking failed"!
Make sure that you have `mysql_config` or `mariadb_config` available, as required by the python module `mysqlclient`. On Debian-based systems this is usually found in the package `libmysqlclient-dev`
# Advanced configuration