SeaDve / Mousai

Identify songs in seconds
GNU General Public License v3.0
981 stars 36 forks source link

Cannot start in Arch Linux #32

Closed tio-trom closed 3 years ago

tio-trom commented 3 years ago

I get this error:

mousai
Traceback (most recent call last):
  File "/usr/sbin/mousai", line 30, in <module>
    from mousai import main
  File "/usr/share/mousai/mousai/main.py", line 18, in <module>
    class Application(Adw.Application):
  File "/usr/lib/python3.9/site-packages/gi/module.py", line 123, in __getattr__
    raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Adw' object has no attribute 'Application'

Using Manjaro Gnome and installed it from here https://aur.archlinux.org/packages/mousai

SeaDve commented 3 years ago

that's likely the libadwaita version in aur is outdated, you can either use flatpak or contact mousai's maintainer in aur

SeaDve commented 3 years ago

I think I can close this since it is a packaging issue