Conversation
Latest #Ghidra failed to build because some obscure pyOpenSSL error, which can break pip altogether:

> TypeError: deprecated() got an unexpected keyword argument 'name'

Here's what worked for me:
- Delete the failing pyOpenSSL directory from site-packages
- pip install "pyOpenSSL>22.0.0,<23.0"
1
0
1
@tmr232 There are bunch of helper scripts used during the build as far as I can tell (the RMI Debugger feature in particular came up in the stack trace but didn't investigate further).
0
0
1