Please add python-setuptools
as a dependency. It throws the following error without it:
Traceback (most recent call last):
File "/usr/bin/fava", line 5, in <module>
from fava.cli import main
File "/usr/lib/python3.10/site-packages/fava/__init__.py", line 4, in <module>
from pkg_resources import DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
Pinned Comments
wzyboy commented on 2024-12-30 02:48 (UTC) (edited on 2024-12-30 02:49 (UTC) by wzyboy)
Fava has been updated to 1.30. This version now supports Beancount 3.x and depends on
beanquery
andbeangulp
packages that providebean-query
andbean-extract
commands in Beancount 2.x.