After several checks and I have decided to try uninstall comunity package and installing HA according this post.
https://community.home-assistant.io/t/python-3-5-3-on-synology/46372/106
It have noted that this post makes reference to a manual to install HA on a Synology, however the link seems to be broken:
https://home-assistant.io/docs/installation/synology/
At the end I managed to follow all steps (and some other required but not mentioned) and start HA. However the user interface is not available. The log says the following:
2021-04-15 16:10:57 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package pillow==8.1.2: WARNING: The directory ‘/volume1/@fake_home_link/asm/.cache/pip’ or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
ERROR: Command errored out with exit status 1:
command: /opt/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-3g3m1cd0/pillow/setup.py’"’"’; file=’"’"’/tmp/pip-install-3g3m1cd0/pillow/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-record-12saodvh/install-record.txt --single-version-externally-managed --prefix ‘’ --user --prefix= --compile --install-headers /volume1/homeassistant/deps/include/python3.9/pillow
cwd: /tmp/pip-install-3g3m1cd0/pillow/
I understand why is made reference to this path /volume1/@fake_home_link/asm/.cache/pip as it does not exist any directory called @fake_home_link at volume1. In any case I tried to install manually the pillow package but I get the same error (except for the directory reference)
Any idea or how to proceed?
Kind regards