Atvremote on Synology NAS

I can’t get atvremote to work on my Synology NAS. I have tried to install pyatv but get this error:
Installing collected packages: netifaces, zeroconf, pyatv
Running setup.py install for netifaces … error
Complete output from command /volume1/@appstore/py3k/usr/local/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-z4imdhpv/netifaces/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-sz5c7wac-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
checking for getifaddrs…not found.
checking for getnameinfo…not found.
checking for socket IOCTLs…not found.
checking for optional header files…none found.
checking whether struct sockaddr has a length field…no.
checking which sockaddr_xxx structs are defined…none!
checking for routing socket support…no.
checking for sysctl(CTL_NET…) support…no.
checking for netlink support…no.
building ‘netifaces’ extension
/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DOPENSSL_NO_SSL3 -DOPENSSL_NO_SSL2 -I/usr/local/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include -DSYNO_STM_MONACO -DSYNOPLAT_F_ARMV7 -O2 -mcpu=cortex-a9 -march=armv7-a -mfpu=neon -mfloat-abi=hard -mthumb -fno-diagnostics-show-caret -Wno-unused-local-typedefs -DBUILD_ARCH=32 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSYNO_PLATFORM=STM_MONACO -g -DSDK_VER_MIN_REQUIRED=600 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result -fPIC -DNETIFACES_VERSION=0.10.5 -I/volume1/@appstore/py3k/usr/local/include/python3.5m -c netifaces.c -o build/temp.linux-armv7l-3.5/netifaces.o
unable to execute ‘/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc’: No such file or directory
error: command ‘/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc’ failed with exit status 1

----------------------------------------

Command “/volume1/@appstore/py3k/usr/local/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-z4imdhpv/netifaces/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-sz5c7wac-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-z4imdhpv/netifaces/

Any help is much appreciated

//Fredrik