Package Details: fava 1.30.2-1

Git Clone URL: https://aur.archlinux.org/fava.git (read-only, click to copy)
Package Base: fava
Description: Web interface for beancount
Upstream URL: https://github.com/beancount/fava
Licenses: MIT
Submitter: wzyboy
Maintainer: wzyboy
Last Packager: wzyboy
Votes: 11
Popularity: 0.000080
First Submitted: 2016-07-05 02:40 (UTC)
Last Updated: 2025-04-14 17:18 (UTC)

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 and beangulp packages that provide bean-query and bean-extract commands in Beancount 2.x.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

apnkpr commented on 2023-01-05 11:13 (UTC)

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'

xuhcc commented on 2021-12-19 11:23 (UTC)

After recent system update fava began to fail with

PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.10/site-packages/google_api_core-2.3.2-py3.10.egg-info/PKG-INFO'

I'm not sure what fava has to do with google but downgrading python-google-api-core from 2.3.2-1 to 2.3.0-1 has helped.

wzyboy commented on 2020-12-13 23:11 (UTC)

@AlphaJack Thank you for pointing out. Fixed.

AlphaJack commented on 2020-12-13 23:08 (UTC)

You should replace the python installation path to conform with python 3.9, otherwise it throws the error that xuanwo met

Michitux commented on 2020-01-06 16:33 (UTC)

fava needs to depend on python-simplejson, otherwise you get strange JavaScript errors due to improperly serialized objects (see https://github.com/beancount/fava/blob/84df3df6a5355318dec056779fa96f96f2ceea91/setup.cfg#L48 for upstream dependency definition).

xuanwo commented on 2019-11-22 05:31 (UTC)

fava looks like need python-jaraco, and python-pip cloud be a makedepends?

ref: https://github.com/archlinuxcn/repo/issues/1385

wzyboy commented on 2019-11-15 07:55 (UTC)

@xuanwo Please rebuild the package.

xuanwo commented on 2019-11-15 07:53 (UTC)

Python 3.8 is in Community, fava failed to start for:

Traceback (most recent call last):
  File "/usr/bin/fava", line 6, in <module>
    from fava.cli import main
ModuleNotFoundError: No module named 'fava'

WhiteKnight commented on 2019-10-29 08:42 (UTC)

@wzyboy & @jonleighton Sorry I could have found that out by myself. :(