hi @raxpa , I managed to install it on DS216play. I’ve used “Debian Chroot” package to build all python components I wasn’t able to install directly in Synology.
Thanks molano, with your help I could get it running.
As I run into some problems, I update your steps how it worked for me:
Install Debian Chroot from SynoCommunity. I could not use the guide provided above. But just install Debian Chroot, then use following command to go into the chroot:
/var/packages/debian-chroot/scripts/start-stop-status chroot
I had to go into the bin dir:
cd /usr/bin/
Since this Debian is a Jessie release, it has Python 3.4, while our DS has 3.5. So we need to…