Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation on arch linux fails #197

Open
AndreLeifert opened this issue Dec 22, 2024 · 1 comment
Open

installation on arch linux fails #197

AndreLeifert opened this issue Dec 22, 2024 · 1 comment

Comments

@AndreLeifert
Copy link

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).

@tomit4
Copy link

tomit4 commented Jan 12, 2025

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

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

No branches or pull requests

2 participants