I'm having trouble installing v4 on osx. I am using the installer, but I am 
having an issue with how my system seems to be set up. Can anyone help me?

Darcy


Here is where it errors:


   gcc -fno-strict-aliasing -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 
(dt dec pq3 ext lo64)" -DPG_VERSION_HEX=0x090602 -DHAVE_LO64=1 
-I/Applications/MAMP/Library/include/python2.7 -I. 
-I/usr/local/Cellar/postgresql/9.6.2/include 
-I/usr/local/Cellar/postgresql/9.6.2/include/server -c 
psycopg/microprotocols_proto.c -o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/microprotocols_proto.o
    In file included from psycopg/microprotocols_proto.c:27:
    In file included from ./psycopg/psycopg.h:33:
    ./psycopg/config.h:71:13: warning: unused function 'Dprintf' 
[-Wunused-function]
    static void Dprintf(const char *fmt, ...) {}
                ^
    1 warning generated.
    gcc -fno-strict-aliasing -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 
(dt dec pq3 ext lo64)" -DPG_VERSION_HEX=0x090602 -DHAVE_LO64=1 
-I/Applications/MAMP/Library/include/python2.7 -I. 
-I/usr/local/Cellar/postgresql/9.6.2/include 
-I/usr/local/Cellar/postgresql/9.6.2/include/server -c psycopg/typecast.c 
-o build/temp.macosx-10.9-x86_64-2.7/psycopg/typecast.o
    gcc -bundle -undefined dynamic_lookup -arch x86_64 
build/temp.macosx-10.9-x86_64-2.7/psycopg/psycopgmodule.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/green.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/pqpath.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/utils.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/bytes_format.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/connection_int.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/connection_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/cursor_int.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/cursor_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/diagnostics_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/error_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/lobject_int.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/lobject_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/notify_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/xid_type.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_asis.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_binary.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_datetime.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_list.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_pboolean.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_pdecimal.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_pint.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_pfloat.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/adapter_qstring.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/microprotocols.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/microprotocols_proto.o 
build/temp.macosx-10.9-x86_64-2.7/psycopg/typecast.o -L/usr/local/lib -lpq 
-lssl -lcrypto -o build/lib.macosx-10.9-x86_64-2.7/psycopg2/_psycopg.so
    ld: library not found for -lssl
    clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/Users/darcy/arches/virtualenv/ENV/bin/python -u -c "import 
setuptools, 
tokenize;__file__='/Users/darcy/arches/virtualenv/ENV/lib/python2.7/site-packages/arches/tmp/psycopg2/setup.py';f=getattr(tokenize,
 
'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record 
/tmp/pip-DOVy2U-record/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/Users/darcy/arches/virtualenv/ENV/include/site/python2.7/psycopg2" failed 
with error code 1 in 
/Users/darcy/arches/virtualenv/ENV/lib/python2.7/site-packages/arches/tmp/psycopg2/

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to