..
Python 3.8 Pip Install Psycopg2 Error (2)
Python 3.8 Pip Install Psycopg2 Error (1)
문제
이번에 new 맥북에 개발 환경을 새로 세팅하면서 이전에 작성한 것과 다른 문제가 발생했다.
Error: pg_config executable not found.
해결
psycopg2 관련 모듈이 업데이트 되면서 postgresql 바이너리를 찾지 못하는 문제인 것 같아, postgresql을 설치해야 했다.
$ brew install postgresql
그저 버전 상관없이 postgresql만 설치하면 되는 줄 알고, postgresql@11
로 설치했는데 문제가 발생해서 postgresql
을 추가로 설치했다.