If you ever get
ld: library not found for -lssl
You should:
- Check you have
openssl
installed withbrew install openssl
- Make sure that openssl-bindings are available in PATH:
brew link openssl
- If the installation still fails and you are using poetry, you can try installing package with pip directly from the virtualenv.
Share the post "Fixing psycopg2 python package on Mac `ld: library not found for -lssl`"