syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

GOGS is broken #395

Closed cyberb closed 5 years ago

cyberb commented 5 years ago

Install error:

root@odroid-xu3and4:~# snap install gogs   error: cannot perform the following tasks: - Run install hook of "gogs" snap if present (run hook "install":
-----
Traceback (most recent call last):
  File "/snap/gogs/181117/meta/hooks/install", line 6, in <module>
    from gogs_hooks import install
  File "/snap/gogs/181117/hooks/gogs_hooks.py", line 22, in <module>
    from syncloud_platform.application import api
  File "/snap/platform/current/python/lib/python2.7/site-packages/syncloud_platform-1905051083-py2.7.egg/syncloud_platform/application/api.py", line 1, in <module>
    from syncloud_platform.injector import get_injector
  File "/snap/platform/current/python/lib/python2.7/site-packages/syncloud_platform-1905051083-py2.7.egg/syncloud_platform/injector.py", line 5, in <module>
    from syncloudlib import logger
ImportError: cannot import name logger
-----)