litecli icon indicating copy to clipboard operation
litecli copied to clipboard

installation on arch linux fails

Open AndreLeifert opened this issue 1 year ago • 1 comments

both packer and yay -S litecli-git result in ==> ERROR: A failure occurred in build().

It seems some python packages need to be installed prior to running yay (or packer).

AndreLeifert avatar Dec 22 '24 09:12 AndreLeifert

Yes, this has been broken for quite some time now on Arch Linux. Either The Arch repos have to update the setuptools as it seems to be on 1.75.2.0-4 as of this writing.

Or it's possible this package doesn't need a python-setuptools at this high of a version number when built with a python version at or above version 3.8. Here is the error message when attempted to install via paru:

ERROR Missing dependencies:
        setuptools-scm>=8; python_version >= "3.8"
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'litecli-1.13.2-2':
error: packages failed to build: litecli-1.13.2-2

tomit4 avatar Jan 12 '25 18:01 tomit4