[zeromq-dev] Problem installing python language binding on openwrt
Greg Ward
greg at gerg.ca
Mon Dec 9 19:59:25 CET 2013
On 08 December 2013, Roman said:
> I tried to install python zeromq binding on openwrt issuing command python
> setup.py install. Script ended with the following error:
>
> unable to execute ccache_cc: No such file or directory
>
> error: command 'ccache_cc' failed with exit status 1
It sounds like Python was built with a compiler (ccache_cc) that is
not installed on your machine. You should probably ask on an OpenWRT
forum where to get ccache_cc. Things to investigate:
* Are you able to compile other C programs/libraries?
* Are you able to compile other Python extensions?
Also, try
DISTUTILS_DEBUG=1 python setup.py install
That might shed some light.
Greg
More information about the zeromq-dev
mailing list