Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Dependency Adw problem #30

Closed
Tuxino88 opened this issue May 22, 2021 · 3 comments
Closed

Dependency Adw problem #30

Tuxino88 opened this issue May 22, 2021 · 3 comments

Comments

@Tuxino88
Copy link

Traceback (most recent call last):
File "/usr/bin/meowgram", line 40, in
from meowgram import main
File "/usr/share/meowgram/meowgram/main.py", line 23, in
gi.require_version("Adw", "1")
File "/usr/lib64/python3.9/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Adw not available

https://download.copr.fedorainfracloud.org/results/tuxino/Blob/fedora-34-x86_64/02203168-meowgram/builder-live.log.gz

@SeaDve
Copy link
Collaborator

SeaDve commented May 22, 2021

How did you install it? It seems like libadwaita isnt installed

@SeaDve
Copy link
Collaborator

SeaDve commented May 22, 2021

I recommend on installing it with

git clone https://github.com/ExposedCat/Meowgram.git
cd Meowgram
meson builddir --prefix=/usr/local
ninja -C builddir install

or using GNOME builder

the latter installs dependencies from the manifest

@Tuxino88
Copy link
Author

I recommend on installing it with

git clone https://github.com/ExposedCat/Meowgram.git
cd Meowgram
meson builddir --prefix=/usr/local
ninja -C builddir install

or using GNOME builder

the latter installs dependencies from the manifest
AH libadwaita , ok now work great , i build this for fedora in rpm packages. python3-telethon and python3-bleach also needed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants