conn_string = 'postgresql://postgres:xxxxxx@localhost:5432/postgres'
postgres_engine = create_engine(conn_string)
실행시 오류 뜨면 아래 인스톨부터 진행해보세요.
pip install psycopg2
conn_string = 'postgresql://postgres:xxxxxx@localhost:5432/postgres'
postgres_engine = create_engine(conn_string)
실행시 오류 뜨면 아래 인스톨부터 진행해보세요.
pip install psycopg2
제가 해당 라이브러리 추가하는 것을 빼먹었는데 오류 해결 방법을 적어 주셔서 감사합니다.
강의 영상으로도 수정해서 올렸습니다.
감사합니다.
답글