hschauhan / gosync

An Opensource Google Drive client written in Python
https://hschauhan.github.io/gosync/
GNU General Public License v2.0
281 stars 57 forks source link

Error trying to run GoSync: GoSyncController not found #68

Open Jeremys556 opened 10 months ago

Jeremys556 commented 10 months ago

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.