Catalina broke postgreSQL - Python -psycopg2
My install broke postgreSQL. After more than a week of much frustration, I finally got my DB back.
Now, I cannot access it using Python.
I did a fresh install of Python 3.7 followed by
pip install psycopg2
This install does not seem to work because the 'import psycopg2' statements gets an error : cannot find libssl.1.1.dylib
The file is present in the following locations:
/Library/Frameworks/Python.framework/Versions/3.7/lib/libssl.1.1.dylib
/Library/PostgreSQL/12/lib/libssl.1.1.dylib
/Library/edb/languagepack/v1/Python-3.7/lib/libssl.1.1.dylib
This all worked before Catalina, but installing it after Catalina has broken it.
Ideas ?
iMac Line (2012 and Later)