Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Abort trap: 6 when using pip3 search
The issue is due to to pyopenssl using old dependencies. 
It can be fixed by removing the Python package cryptography package
and then upgrading …