What version are you running?
3.0.20
I see that you recently capped some dependency versions in order to support installation with python 2.7. I appreciate this fix since many of us are still stuck on python 2.7 for a variety of reasons.
There is one dependency that still needs to be capped. The latest version of
bcryptdoes not work with 2.7. It needs to be capped to 3.1.7 (or < 3.2).
Thanks for the heads up! Can you verify whether you're using
easy_installorpip? It seems the capping is already happening naturally throughpippackages, but probably noteasy_install(which isn't as smart about this, and won't be supported much longer).
-
- New + NeedInfo -
+ Release-3.0.x + Release-4.0 -
+ Component:Deployment -
+ chipx86
I am using
pip. I am running CentOS 7.9,pipversion 8.1.2, python 2.7.5 (from yum).
I install with pip using the--upgradeoption to upgrade all specified packages. It tried to install the wrong version ofbcryptand reviewboard did not work. I was only able to get it working by using a requirements file and limiting the version ofbcrypt.