Re: error installing mysqlclient

2020-05-18 Thread Adam Weremczuk
Hi Christian, I've figured this out myself. "libmariadbclient-dev" appears to be working for MariaDB and "libmysqlclient-dev" for MySQL Thanks, Adam On Mon, 18 May 2020 at 04:42, Christian Hammond wrote: > Hi Adam, > > Try installing the mariadb-devel package from yum and then re-installing

Re: error installing mysqlclient

2020-05-17 Thread Christian Hammond
Hi Adam, Try installing the mariadb-devel package from yum and then re-installing the mysqlclient Python package. The pymysql package is not supported by Django (at least not the version used by Review Board). I'll see about updating the docs for MariaDB. Christian On Thu, May 14, 2020 at

Re: error installing mysqlclient

2020-05-14 Thread Adam Weremczuk
I've tried "sudo pip install pymysql" instead which installed fine. Now when running "rb-site install" I'm not presented with MySQL / MariaDB option at all: * What database type will you be using? You can type either the name or the number from the list below. (1) sqlite3 (not