Downloading/unpacking Django==1.4.1 (from -r requirements.txt (line 1)) Running setup.py egg_info for package Django Downloading/unpacking PIL==1.1.7 (from -r requirements.txt (line 2)) You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files. Running setup.py egg_info for package PIL WARNING: '' not a valid package name; please use only.-separated package names in setup.py Downloading/unpacking PySimpleSOAP==1.05a (from -r requirements.txt (line 3)) Downloading PySimpleSOAP-1.05a.zip Running setup.py egg_info for package PySimpleSOAP /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'console' warnings.warn(msg) Downloading/unpacking South==0.7.6 (from -r requirements.txt (line 4)) Running setup.py egg_info for package South Downloading/unpacking Werkzeug==0.8.3 (from -r requirements.txt (line 5)) Running setup.py egg_info for package Werkzeug warning: no files found matching '*' under directory 'werkzeug/debug/templates' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' Downloading/unpacking django-extensions==0.9 (from -r requirements.txt (line 6)) Running setup.py egg_info for package django-extensions Downloading/unpacking django-orderable-inlines==0.0.6 (from -r requirements.txt (line 7)) Downloading django-orderable-inlines-0.0.6.tar.gz Running setup.py egg_info for package django-orderable-inlines Downloading/unpacking django-picklefield==0.2.1 (from -r requirements.txt (line 8)) Downloading django-picklefield-0.2.1.tar.gz Running setup.py egg_info for package django-picklefield Downloading/unpacking httplib2==0.7.5 (from -r requirements.txt (line 9)) Running setup.py egg_info for package httplib2 Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 (from -r requirements.txt (line 10)) Requirement already satisfied (use --upgrade to upgrade): mysql-connector-python==1.0.12 in /Library/Python/2.6/site-packages (from -r requirements.txt (line 11)) Downloading/unpacking numpy==1.7.1 (from -r requirements.txt (line 12)) Running setup.py egg_info for package numpy Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers'] lapack_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3'] build_src building py_modules sources building library "npymath" sources customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize NAGFCompiler customize AbsoftFCompiler Could not locate executable f90 Could not locate executable f77 customize IBMFCompiler Could not locate executable xlf90 Could not locate executable xlf customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize GnuFCompiler Could not locate executable g77 customize G95FCompiler Could not locate executable g95 customize PGroupFCompiler Could not locate executable pgfortran don't know how to compile Fortran code on platform 'posix' C compiler: gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c' gcc-4.2: _configtest.c /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 _configtest.c:1: fatal error: error closing -: Broken pipe compilation terminated. lipo: can't open input file: /var/tmp//ccHvkCfC.out (No such file or directory) /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 _configtest.c:1: fatal error: error closing -: Broken pipe compilation terminated. lipo: can't open input file: /var/tmp//ccHvkCfC.out (No such file or directory) failure. removing: _configtest.c _configtest.o Traceback (most recent call last): File "", line 16, in File "/private/tmp/pip_build_root/numpy/setup.py", line 214, in setup_package() File "/private/tmp/pip_build_root/numpy/setup.py", line 207, in setup_package configuration=configuration ) File "/private/tmp/pip_build_root/numpy/numpy/distutils/core.py", line 186, in setup return old_setup(**new_attr) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/egg_info.py", line 8, in run self.run_command("build_src") File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 152, in run self.build_sources() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 163, in build_sources self.build_library_sources(*libname_info) File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 298, in build_library_sources sources = self.generate_sources(sources, (lib_name, build_info)) File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 385, in generate_sources source = func(extension, build_dir) File "numpy/core/setup.py", line 648, in get_mathlib_info raise RuntimeError("Broken toolchain: cannot link a simple C program") RuntimeError: Broken toolchain: cannot link a simple C program Complete output from command python setup.py egg_info: Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers'] lapack_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3'] running egg_info running build_src build_src building py_modules sources creating build creating build/src.macosx-10.6-universal-2.6 creating build/src.macosx-10.6-universal-2.6/numpy creating build/src.macosx-10.6-universal-2.6/numpy/distutils building library "npymath" sources customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize NAGFCompiler customize AbsoftFCompiler Could not locate executable f90 Could not locate executable f77 customize IBMFCompiler Could not locate executable xlf90 Could not locate executable xlf customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize GnuFCompiler Could not locate executable g77 customize G95FCompiler Could not locate executable g95 customize PGroupFCompiler Could not locate executable pgfortran don't know how to compile Fortran code on platform 'posix' C compiler: gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c' gcc-4.2: _configtest.c /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 _configtest.c:1: fatal error: error closing -: Broken pipe compilation terminated. lipo: can't open input file: /var/tmp//ccHvkCfC.out (No such file or directory) /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 _configtest.c:1: fatal error: error closing -: Broken pipe compilation terminated. lipo: can't open input file: /var/tmp//ccHvkCfC.out (No such file or directory) failure. removing: _configtest.c _configtest.o Traceback (most recent call last): File "", line 16, in File "/private/tmp/pip_build_root/numpy/setup.py", line 214, in setup_package() File "/private/tmp/pip_build_root/numpy/setup.py", line 207, in setup_package configuration=configuration ) File "/private/tmp/pip_build_root/numpy/numpy/distutils/core.py", line 186, in setup return old_setup(**new_attr) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/egg_info.py", line 8, in run self.run_command("build_src") File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 152, in run self.build_sources() File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 163, in build_sources self.build_library_sources(*libname_info) File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 298, in build_library_sources sources = self.generate_sources(sources, (lib_name, build_info)) File "/private/tmp/pip_build_root/numpy/numpy/distutils/command/build_src.py", line 385, in generate_sources source = func(extension, build_dir) File "numpy/core/setup.py", line 648, in get_mathlib_info raise RuntimeError("Broken toolchain: cannot link a simple C program") RuntimeError: Broken toolchain: cannot link a simple C program ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 1 in /private/tmp/pip_build_root/numpy Storing complete log in /Users/prem/Library/Logs/pip.log