After following all the steps to install GoSync, I run the "GoSync" command in my terminal. When I do so, I am met with the following error:
┌──(jeremy㉿kali)-[~]
└─$ GoSync
Traceback (most recent call last):
File "/usr/local/bin/GoSync", line 5, in <module>
from GoSync.GoSync import main
File "/usr/local/lib/python3.11/dist-packages/GoSync/GoSync.py", line 20, in <module>
import sys, os, wx, GoSyncController, GoSyncModel
ModuleNotFoundError: No module named 'GoSyncController'
Does anyone have an idea on how to fix this or an alternative program to use to sync files between two devices? Please let me know.