RaspberryPi3: GPIO support?

Trying to compile RPi.GPIO library on 17.01.3 (arm_cortex-a53_neon-vfpv4) and Pi3, but returns me

root@nP3:~/RPi.GPIO-0.6.3# python setup.py install
running install 
...
building 'RPi._GPIO' extension
ccache_cc -DNDEBUG -Os -pipe -mcpu=cortex-a53 -mfpu=neon-vfpv4 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap /build/lede-17.01/slaves/phase2/arm_cortex-a53_neon-vfpv4/build/sdk/build_dir/target-arm_cortex-a53+neon-vfpv4_musl-1.1.16_eabi/Python-2.7.13:Python-2.7.13 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Qunused-arguments -Qunused-arguments -fPIC -I/usr/include/python2.7 -c source/py_gpio.c -o build/temp.linux-armv7l-2.7/source/py_gpio.o
unable to execute 'ccache_cc': No such file or directory
error: command 'ccache_cc' failed with exit status 1

Similar the same if I try "pip install RPi.GPIO" ends in not very informative like

...  
Running setup.py install for RPi.GPIO ... error
Command "/usr/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-FZsklP/RPi.GPIO/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-FRfgpQ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-FZsklP/RPi.GPIO/

Any hints about which library and langauge can be used for programming the GPIOs under LEDE would be appreciated.
Best regards,
Nic

I'm trying to use this https://github.com/pman0214/python_rpi, but I'm having trouble to compile. If you can do this, let me know