Hi Astro, I can help you out here, but first, what version of Python do you have installed?
Paramiko 3.0 and cryptography 3.3 should be working, and both advertise the versions of Python that Review Board 5.0.2 supports, so I want to first check on your system install. What Linux distro is installed there? And can you show me the full output from the failing pip3? Christian On Thu, Mar 2, 2023 at 1:36 PM Astro Jetson <[email protected]> wrote: > Installed reviewboard 5.0.2, recieved the following Error: > ERROR: paramiko 3.0.0 has requirement cryptography>=3.3, but you'll have > cryptography 2.8 which is incompatible. > > tried to fix paramiko error with pip3 install cryptography=3.3.0 > Borked Python3 > > File > "/usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", > line 46, in <module> > File "/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in > <module> > from OpenSSL import crypto, SSL > File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 664, in > <module> > _lib.Cryptography_HAS_TLSEXT_HOSTNAME, "SNI not available" > > Commented out offending line in SSL.py > re-installed pip3 install cryptography=2.8.0. > > Looked at the paramiko site, 3.0.0 introduced a lot of breaking changes. > I'll install the last 2.x version: downgarded using: > pip3 install -*--force-reinstall* paramiko=2.12.0. > (That was the advice I read in multiple paces.) a bunch of stuff was > reinstalled, including cryptography 39.0.0! > Now pip3 won't run. The old comment out the offending line trick isn't > working. Too much to comment out. > > So where to go from here? Do I have to reinstall reviewboard from > scratch? pip3? All of Python3? Wipe out the VM? > > How? pip3 does not run > > > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/077ae915-681b-42c9-b811-b5342a09efa5n%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/077ae915-681b-42c9-b811-b5342a09efa5n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7VndkC9CZ4fAechdRRf%2BjdYCerLQy_AQD%2BnYhzYCCTaDiWbg%40mail.gmail.com.
