When I try to run the command:
import psycopg2
I get the error:
ImportError: dlopen(/Users/gwulfs/anaconda/lib/python2.7/si
I had the same problem when I updated openssl from 1.0.0 to 1.1.1d, and this fixed my problem:
openssl
1.0.0
1.1.1d
brew upgrade postgresql