bluppfisk / coindicator

A crypto-currency (Bitcoin, Ethereum et al) market price indicator for the Linux desktop. Sits in the tray and lets you set alerts. Supports GNOME, Unity and KDE.
MIT License
160 stars 40 forks source link

Installation fails with package conflict #111

Open jitclub opened 5 months ago

jitclub commented 5 months ago

I am trying to install coindicator on my Debian 11.0 with following error message:

ERROR: Cannot install coindicator==2.0.2, coindicator==2.1.9, coindicator==2.2.0 and coindicator==2.2.1 because these package versions have conflicting dependencies.

The conflict is caused by: coindicator 2.2.1 depends on PyGObject~=3.44.1 coindicator 2.2.0 depends on PyGObject~=3.44.1 coindicator 2.1.9 depends on PyGObject~=3.42.2 coindicator 2.0.2 depends on PyGObject~=3.42.2

Is there a way to resolve this, i really need a crypto price ticker and this seems to be a nice one.

Thanks in advance

Andrew

bluppfisk commented 5 months ago

hello

I'm fairly sure you can use whatever pygobject you have on your system. Can you try from source while commenting out the Pygobject version pin?