Package Details: python-symspellpy 6.7.7-2

Git Clone URL: https://aur.archlinux.org/python-symspellpy.git (read-only, click to copy)
Package Base: python-symspellpy
Description: Python SymSpell
Upstream URL: https://github.com/mammothb/symspellpy
Licenses: MIT
Submitter: tyrannis.hawk
Maintainer: tyrannis.hawk
Last Packager: tyrannis.hawk
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-15 18:10 (UTC)
Last Updated: 2022-12-19 10:58 (UTC)

Required by (0)

Sources (1)

Latest Comments

lahwaacz commented on 2022-12-08 20:10 (UTC)

@tyrannis.hawk All packages should build fine in a clean chroot.

tyrannis.hawk commented on 2022-12-08 19:51 (UTC)

That's weird, it build fine on my laptop. I'll try it on my Arch dev-box so I can see of there is a dependency missing that happened to be installed on my laptop.

Thanks for reporting this!

lahwaacz commented on 2022-12-08 19:45 (UTC)

The build fails with this error:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta' is not available.
==> ERROR: A failure occurred in build().
    Aborting...