From b0cbc0a54a10999a9bc497c62ff21eb5867e9e05 Mon Sep 17 00:00:00 2001 From: JulioV Date: Fri, 9 Oct 2020 11:43:36 -0400 Subject: [PATCH] Fix FAQ format --- docs/usage/faq.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/usage/faq.rst b/docs/usage/faq.rst index 00db3a40..b1d0f9c7 100644 --- a/docs/usage/faq.rst +++ b/docs/usage/faq.rst @@ -147,6 +147,7 @@ This is a bug in Ubuntu 20.04 when trying to connect to an old MySQL server with If you can't update your server, the quickest solution would be to import your database to another server or to a local environment. Alternatively, you could replace ``mysql-client`` and ``libmysqlclient-dev`` with ``mariadb-client`` and ``libmariadbclient-dev`` and reinstall renv. More info about this issue here https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1872541 11. ``DB_TABLES`` key not found +"""""""""""""""""""""""""""""""" If you get the following error ``KeyError in line 43 of preprocessing.smk: 'DB_TABLES'``, means that the indentation of the key ``DB_TABLES`` is not matching the other child elements of ``PHONE_VALID_SENSED_BINS`` and you need to add or remove any leading whitespaces as needed. @@ -160,10 +161,12 @@ If you get the following error ``KeyError in line 43 of preprocessing.smk: 'DB_T DB_TABLES: [] 12. Error while updating your conda environment in Ubuntu +""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -If you get the following error try reinstalling conda +If you get the following error try reinstalling conda. :: + CondaMultiError: CondaVerificationError: The package for tk located at /home/ubuntu/miniconda2/pkgs/tk-8.6.9-hed695b0_1003 appears to be corrupted. The path 'include/mysqlStubs.h' specified in the package manifest cannot be found.