내 장고 프로젝트에 대한 PostgreSQL 데이터베이스를 설정하려고하는데, 장고 프로젝트에 대한 postgreSQL 데이터베이스를 설정하는 문제에 대한 마지막 질문에 대한 답변 덕분에 지금 작업했다고 생각 합니다. 이제 터미널에서 'python manage.py runserver'명령을 실행하여 localhost를 얻으려고하지만 명령을 실행하면이 응답이 표시됩니다.
Error: No module named psycopg2.extensions
이것이 무엇을 의미하는지 잘 모르겠습니다. psycopg2를 다운로드하려고했지만 homebrew를 사용하여 psycopg2를 다운로드하는 방법을 찾지 못하는 것 같습니다. easy_install, pip install 및 sudo를 시도했지만 모두 이와 같은 오류를 반환합니다.
Downloading http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.5.tar.gz
Processing psycopg2-2.4.5.tar.gz
Writing /tmp/easy_install-l7Qi62/psycopg2-2.4.5/setup.cfg
Running psycopg2-2.4.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-l7Qi62/psycopg2-2.4.5/egg-dist-tmp-PBP5Ds
no previously-included directories found matching 'doc/src/_build'
unable to execute gcc-4.0: No such file or directory
error: Setup script exited with error: command 'gcc-4.0' failed with exit status 1
이 문제를 해결하는 방법?