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 reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/077ae915-681b-42c9-b811-b5342a09efa5n%40googlegroups.com.

Reply via email to