I ran into this ERROR when running "pip3 install psycopg2" on Mac.
I would like to install psycopg2 for the first time.
...
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for psycopg2
Running setup.py clean for psycopg2
Failed to build psycopg2
Installing collected packages: psycopg2
Running setup.py install for psycopg2 ... error
ERROR: Command errored out with exit status 1:
...
I tried pip, installing from GitHub. However, both failed.
Can someone help me, please? I really appreciate!