You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: