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
> 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 8:12 AM Adam Weremczuk 
> wrote:
>
>> 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 supported for production use)
>>
>>
>> Database Type:
>>
>>
>> I'm not sure if it's related to mysqlclient or the other issue I've had:
>> https://groups.google.com/d/msg/reviewboard/rm3UK8n5gbE/d_EOTcr8CQAJ
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/reviewboard/12dd45b1-b9a0-4162-b623-d9d17b82fb7d%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Christian Hammond
> President/CEO of Beanbag 
> Makers of Review Board 
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/CAE7Vndnm6kz-66Lc3hNZMj63HoenEnnUiDnL5Xpe_Xd1X_1-4Q%40mail.gmail.com
> 
> .
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CALC-DAEh0q8yLArD2QwFSP5QwJ3TLn6EF4GzLyXji4Xx-7w0Jw%40mail.gmail.com.


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 8:12 AM Adam Weremczuk  wrote:

> 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 supported for production use)
>
>
> Database Type:
>
>
> I'm not sure if it's related to mysqlclient or the other issue I've had:
> https://groups.google.com/d/msg/reviewboard/rm3UK8n5gbE/d_EOTcr8CQAJ
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/12dd45b1-b9a0-4162-b623-d9d17b82fb7d%40googlegroups.com
> 
> .
>


-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAE7Vndnm6kz-66Lc3hNZMj63HoenEnnUiDnL5Xpe_Xd1X_1-4Q%40mail.gmail.com.


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 supported for production use)


Database Type:


I'm not sure if it's related to mysqlclient or the other issue I've 
had: https://groups.google.com/d/msg/reviewboard/rm3UK8n5gbE/d_EOTcr8CQAJ 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/12dd45b1-b9a0-4162-b623-d9d17b82fb7d%40googlegroups.com.