Re: Unexpected error loading command post: name 'platform_system' is not defined

2022-01-20 Thread Christian Hammond
Can you see what `pip show setuptools` says? Christian On Thu, Jan 20, 2022 at 2:05 PM Dan Beygelman wrote: > > #> /usr/bin/rbt post --debug > Unexpected error loading command post: name 'platform_system' is not > defined > > On Thursday, January 20, 2022 at 9:14:07 AM UTC+2 David Trowbridge wr

Re: Unexpected error loading command post: name 'platform_system' is not defined

2022-01-20 Thread Dan Beygelman
#> /usr/bin/rbt post --debug Unexpected error loading command post: name 'platform_system' is not defined On Thursday, January 20, 2022 at 9:14:07 AM UTC+2 David Trowbridge wrote: > Can you run with --debug and send the output? > > David > > On Wed, Jan 19, 2022 at 7:34 PM Dan Beygelman wrote:

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Christian Hammond
Ahh yep. That’s exactly it. There’s a long story there, but it amounts to some backwards-compatibility in mysqlclient that was removed. We’re putting out a build of Django Evolution next week that will solve this for good. Christian On Thu, Jan 20, 2022 at 12:24 Josh Davis wrote: > > > Subodh

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Josh Davis
Subodh, That did the trick! Thanks for the help! I've been banging my head against this one for way too long. Josh On Thursday, January 20, 2022 at 2:19:36 PM UTC-6 subodh...@gmail.com wrote: > Hi Josh, > > I too faced this issue and found latest mysqlclient was not compatible > with dja

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Subodh Konhor
Hi Josh, I too faced this issue and found latest mysqlclient was not compatible with django 1.11. I had to downgrade mysqlclient from 2.1.0 to 2.0.3. If you have a staging system you can try to downgrade and check. Thanks. On Fri, 21 Jan 2022, 00:59 Josh Davis, wrote: > Here is the version:

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Josh Davis
Here is the version: -- [root@ ~] # rb-site --version Review Board/rb-site 4.0.4 Python 3.6.8 (default, Sep 9 2021, 07:49:02) Installed to /usr/local/lib64/python3.6/site-packages/reviewboard Here is what happens when I try to initializ