Package Details: python-formulaic 1.1.1-1

Git Clone URL: https://aur.archlinux.org/python-formulaic.git (read-only, click to copy)
Package Base: python-formulaic
Description: A high performance of Wilkinson formulas in Pythonn
Upstream URL: https://github.com/matthewwardrop/formulaic
Licenses: MIT
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-17 21:29 (UTC)
Last Updated: 2025-03-05 16:58 (UTC)

Latest Comments

AG_Caesar commented on 2025-04-07 07:52 (UTC) (edited on 2025-04-07 07:53 (UTC) by AG_Caesar)

Installation breaks with a lot of errors simmilar to:

ImportError while importing test module '/home/caesar/.cache/yay/python-formulaic/src/formulaic-1.1.1/tests/materializers/test_arrow.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/init.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/materializers/test_arrow.py:6: in <module> from formulaic.materializers import ArrowMaterializer formulaic/init.py:2: in <module> from .materializers import FactorValues formulaic/materializers/init.py:1: in <module> from .arrow import ArrowMaterializer formulaic/materializers/arrow.py:7: in <module> from interface_meta import override E ModuleNotFoundError: No module named 'interface_meta'

adsun commented on 2022-11-26 01:02 (UTC)

This now requires python-hatchling in depends, python-hatch-vcs in makedepends, and python-interface-meta and python-sympy in checkdepends, in order to build in a clean chroot.

Jaggar76 commented on 2022-03-22 18:27 (UTC)

Seems to also require python-sympy

getzze commented on 2022-02-11 00:08 (UTC)

Missing python-interface-meta dependency