Merge pull request #323 from kuhnchris/update-readme

Update README-FAQ regarding `Locking Failed`
This commit is contained in:
meeb
2023-02-12 11:53:38 +11:00
committed by GitHub
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