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"