본문 바로가기
파이썬

파이썬 Can't install psycopg2 with pip in virtualenv on Mac OS X 10.7

by º기록 2020. 9. 17.
반응형


이 부분에 도달 할 때까지 모든 것이 잘 작동합니다.

$ pip install Django psycopg2

Django를 단독으로 설치할 수 있지만 문제는 psycopg2에 있습니다.

이 오류가 계속 발생합니다.

ld: library not found for -lpq

collect2: ld returned 1 exit status

ld: library not found for -lpq

collect2: ld returned 1 exit status

lipo: can't open input file: /var/folders/_4/p6l0y0t51hd4xbq7llbyshmw0000gn/T//cc0L10mI.out (No such file or directory)

error: command 'gcc-4.2' failed with exit status 1

내 컴퓨터에 PostgreSQL 9.1을 설치했습니다.

또한 출력에는 다음과 같은 여러 줄이 있습니다.

gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.4 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090004 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I. -I/usr/include -I/usr/include/postgresql/server -c psycopg/typecast.c -o build/temp.macosx-10.6-intel-2.7/psycopg/typecast.o

그게 무슨 뜻인지 잘 모르겠지만 "macosx-10.6"이 들어있어서 그게 문제가 될 수 있는지 궁금합니다. 나는 10.7에 있습니다.

도움을 주셔서 미리 감사드립니다.

 

해결 방법

 


Mac OS X에 설치하기 첫 번째 옵션으로 Fink 또는 MacPorts의 Psycopg 패키지 버전 .


기사.

 

참조 페이지 https://stackoverflow.com/questions/9678408

 

 

반응형

댓글