on the latest VP64, as illustrated synapse seems to have installed but in the /etc/synapse folder it is empty, no hidden files. It fails to launch and no menu entry.
Is there a fix?
Moderators: peebee, Forum moderators
on the latest VP64, as illustrated synapse seems to have installed but in the /etc/synapse folder it is empty, no hidden files. It fails to launch and no menu entry.
Is there a fix?
@gychang
Is this a Python package ........... matrix-synapse ?
In terminal:
vpm i python3
then in ROOT create a directory named ' venv '
once again in terminal
python3 -m venv ~/venv
then finally
~/venv/bin/pip install matrix-synapse