kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.29k stars 140 forks source link

Error in Manjaro XFCE #458

Closed Kuchiriel closed 6 years ago

Kuchiriel commented 6 years ago
λ trevor [~] → sudo pacman -S syncthing-gtk           
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: python-gobject: installing pygobject-devel (3.28.3-1) breaks dependency 'pygobject-devel=3.28.2'
kozec commented 6 years ago

What depends on pygobject-devel?

// edit: Actually, that message is weird. Syncthing-gtk depends on python-gobject in any version, not on specific version of pygobject-devel. Where are you installing from?

Kuchiriel commented 6 years ago

The problem was, I installed with pip first, and somehow it conflicted. I just removed with pip then reinstalled with pacman and all became fine.

kozec commented 6 years ago

Glad to hear that :)