Currently trying to install Chaco using pip in my 2.7.3 environment. When I ran pip install chaco, it does not cope with this error:
error: Command "llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -I / Developer / Headers / FlatCarbon -I / Users / streetmapp / pythonDev / edx / lib / python2.7 / site-packages / numpy / core / include -I / Library / Frameworks / Python.framework / Versions / 2.7 / include / python2.7 -c build / src. macosx-10.6 -intel-2.7 / kiva / quartz / ATSFont.c -o build / temp.macosx-10.6-intel-2.7 / build / src.macosx-10.6-intel-2.7 / kiva / quartz / ATSFont.o "failed with status exit 1
After going through the usual exit, I came to the following:
C compiler: llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3
compilation options: '-I / Developer / Headers / FlatCarbon - I / Users / streetmapp / pythonDev / edx / lib / python2.7 / site-packages / numpy / core / include -I / Library / Frameworks / Python. framework / Versions / 2.7 / include / python2.7 -c '
llvm-gcc-4.2: build / src.macosx-10.6-intel-2.7 / kiva / quartz / ATSFont.c
build / src.macosx-10.6-intel-2.7 / kiva / quartz / ATSFont.c: 252: 21: error: ATSFont.h: there is no such file or directory
I noticed that this is due to the fault tolerant package, which is prereq Chaco, and starting the installation of the installation for the installation for delivery does the same.
Currently running on OS X Mountain Lion using python 2.7.3 within virtualenv.
Any help would be appreciated.
source share