coindicator icon indicating copy to clipboard operation
coindicator copied to clipboard

Installation fails with package conflict

Open jitclub opened this issue 1 year ago • 1 comments

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

jitclub avatar Apr 14 '24 20:04 jitclub

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?

bluppfisk avatar Apr 15 '24 11:04 bluppfisk