prratek_ramchandani
01/26/2022, 2:15 PMpip install
doesn't just work is because a wheel isn't yet available for psycopg2_binary
on M1 and the install throws a ResolutionImpossible
error. all i had to do (python 3.8.12) was:
brew install postgresql
pip install psycopg2_binary
pip install meltano
taylor
01/26/2022, 3:26 PMprratek_ramchandani
01/26/2022, 4:10 PM