[Python] ImportError: symbol not found in flat namespace '_PQbackendPID'

 

** psycopg2 삭제 후 psycopg2-binary 로 설치하여 해결


> pip uninstall psycopg2

> pip install psycopg2-binary


<참고>

https://stackoverflow.com/questions/52770689/psycopg2-error-symbol-not-found-pqbackendpid

댓글

이 블로그의 인기 게시물

[Eclipse] publishes and runs j2ee and java ee web projects and server configurations to a local tomcat server