Estoy configurando os X 10.7.¿Por qué me sale el error? El comando 'llvm-gcc-4.2' falló con el estado de salida 1
estoy usando la instalación por defecto de Python:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
utilizo un gestor de paquetes basado en Python llamada easy_install. Easy_install parece no ser capaz de encontrar el compilador.
EDIT: Cuando he intentado instalar MySQL-python me dio este mensaje:
$ sudo easy_install MySQL-python
Password:
Searching for MySQL-python
Reading http://pypi.python.org/simple/MySQL-python/
Reading http://sourceforge.net/projects/mysql-python/
Reading http://sourceforge.net/projects/mysql-python
Best match: MySQL-python 1.2.3
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz
Processing MySQL-python-1.2.3.tar.gz
Running MySQL-python-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P9H9WX/MySQL-python-1.2.3/egg-dist-tmp-rRTfZL
warning: no files found matching 'MANIFEST'
warning: no files found matching 'ChangeLog'
warning: no files found matching 'GPL'
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1
error: guión Configurar salió con el error: comando 'llvm-gcc-4.2' fallado con el código de salida 1
Xcode 4.1 usó GCC, pero con Xcode 4.2 que parece haber cambiado.
¿Qué compilador Apple quiere que usemos? ¿Cómo configuro la configuración para que pueda compilar OSS?
qué paquete está tratando de utilizar easy_install para instalar? –
El comando "falló", no es un "no encontrado". Muéstranos más contexto/registro para entender tu problema. – tito
¡Tengo el mismo problema y lo intenté con la solución Xcode y GCC! ¿Cuál es la solución? Lo necesito por favor! – rigobcastro