[iyunv@KVM ~]# pip install simplejson
Downloading/unpacking simplejson
Downloading simplejson-3.8.2.tar.gz (76kB): 76kB downloaded
Running setup.py (path:/tmp/pip_build_root/simplejson/setup.py) egg_info for package simplejson
Installing collected packages: simplejson
Running setup.py install for simplejson
building 'simplejson._speedups' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.6/simplejson/_speedups.o
simplejson/_speedups.c:2:20: error: Python.h: No such file or directory
simplejson/_speedups.c:3:26: error: structmember.h: No such file or directory
simplejson/_speedups.c: In function ‘init_speedups’:
simplejson/_speedups.c:3391: warning: implicit declaration of function ‘moduleinit’
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Failure information, if any, is above.
I'm retrying the build without the C extension now.
***************************************************************************
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Plain-Python installation succeeded.
***************************************************************************
Successfully installed simplejson
Cleaning up...