Advertisement
Guest User

Untitled

a guest
Mar 29th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. (susan_env)Susans-MacBook-Air:airmozilla susantan$ pip install psycopg2
  2. Downloading/unpacking psycopg2
  3. Downloading psycopg2-2.5.2.tar.gz (685kB): 685kB downloaded
  4. Running setup.py egg_info for package psycopg2
  5.  
  6. Installing collected packages: psycopg2
  7. Running setup.py install for psycopg2
  8. building 'psycopg2._psycopg' extension
  9. cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I. -I/usr/local/Cellar/postgresql/9.3.1/include -I/usr/local/Cellar/postgresql/9.3.1/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-intel-2.7/psycopg/psycopgmodule.o
  10. xcrun: error: active developer path ("/Developer") does not exist, use xcode-select to change
  11. error: command 'cc' failed with exit status 1
  12. Complete output from command /Users/susantan/Projects/airmozilla/susan_env/bin/python -c "import setuptools;__file__='/Users/susantan/Projects/airmozilla/susan_env/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/7v/lp1gmc617x94bglh4wzk8fqc0000gn/T/pip-MKoCYN-record/install-record.txt --single-version-externally-managed --install-headers /Users/susantan/Projects/airmozilla/susan_env/include/site/python2.7:
  13. running install
  14.  
  15. running build
  16.  
  17. running build_py
  18.  
  19. creating build
  20.  
  21. creating build/lib.macosx-10.9-intel-2.7
  22.  
  23. creating build/lib.macosx-10.9-intel-2.7/psycopg2
  24.  
  25. copying lib/__init__.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  26.  
  27. copying lib/_json.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  28.  
  29. copying lib/_range.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  30.  
  31. copying lib/errorcodes.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  32.  
  33. copying lib/extensions.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  34.  
  35. copying lib/extras.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  36.  
  37. copying lib/pool.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  38.  
  39. copying lib/psycopg1.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  40.  
  41. copying lib/tz.py -> build/lib.macosx-10.9-intel-2.7/psycopg2
  42.  
  43. creating build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  44.  
  45. copying tests/__init__.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  46.  
  47. copying tests/dbapi20.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  48.  
  49. copying tests/dbapi20_tpc.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  50.  
  51. copying tests/test_async.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  52.  
  53. copying tests/test_bug_gc.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  54.  
  55. copying tests/test_bugX000.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  56.  
  57. copying tests/test_cancel.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  58.  
  59. copying tests/test_connection.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  60.  
  61. copying tests/test_copy.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  62.  
  63. copying tests/test_cursor.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  64.  
  65. copying tests/test_dates.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  66.  
  67. copying tests/test_extras_dictcursor.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  68.  
  69. copying tests/test_green.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  70.  
  71. copying tests/test_lobject.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  72.  
  73. copying tests/test_module.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  74.  
  75. copying tests/test_notify.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  76.  
  77. copying tests/test_psycopg2_dbapi20.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  78.  
  79. copying tests/test_quote.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  80.  
  81. copying tests/test_transaction.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  82.  
  83. copying tests/test_types_basic.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  84.  
  85. copying tests/test_types_extras.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  86.  
  87. copying tests/test_with.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  88.  
  89. copying tests/testconfig.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  90.  
  91. copying tests/testutils.py -> build/lib.macosx-10.9-intel-2.7/psycopg2/tests
  92.  
  93. running build_ext
  94.  
  95. building 'psycopg2._psycopg' extension
  96.  
  97. creating build/temp.macosx-10.9-intel-2.7
  98.  
  99. creating build/temp.macosx-10.9-intel-2.7/psycopg
  100.  
  101. cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I. -I/usr/local/Cellar/postgresql/9.3.1/include -I/usr/local/Cellar/postgresql/9.3.1/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-intel-2.7/psycopg/psycopgmodule.o
  102.  
  103. xcrun: error: active developer path ("/Developer") does not exist, use xcode-select to change
  104.  
  105. error: command 'cc' failed with exit status 1
  106.  
  107. ----------------------------------------
  108. Cleaning up...
  109. Command /Users/susantan/Projects/airmozilla/susan_env/bin/python -c "import setuptools;__file__='/Users/susantan/Projects/airmozilla/susan_env/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/7v/lp1gmc617x94bglh4wzk8fqc0000gn/T/pip-MKoCYN-record/install-record.txt --single-version-externally-managed --install-headers /Users/susantan/Projects/airmozilla/susan_env/include/site/python2.7 failed with error code 1 in /Users/susantan/Projects/airmozilla/susan_env/build/psycopg2
  110. Storing complete log in /Users/susantan/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement