pearl icon indicating copy to clipboard operation
pearl copied to clipboard

pearl-git fails to install on Arch Linux

Open Snogard opened this issue 3 years ago • 0 comments

The package require a non-listed dependency: python-setuptools

Error:

Cloning into 'pearl'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Updated version: pearl-git r94.8e43702-1
==> Sources are ready.
pearl-git-r35.44fcca3-1: parsing pkg list...
==> Making package: pearl-git r94.8e43702-1 (Tue 11 May 2021 08:26:45 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
Traceback (most recent call last):
  File "/home/test/.cache/paru/clone/pearl-git/src/pearl/setup.py", line 1, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
    Aborting...
:: Packages failed to build: pearl-git-r35.44fcca3-1


Snogard avatar May 11 '21 20:05 Snogard