@AlphaJack Thank you for pointing out. Fixed.
Search Criteria
Package Details: fava 1.30-2
Package Actions
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.000144 |
First Submitted: | 2016-07-05 02:40 (UTC) |
Last Updated: | 2024-12-30 10:28 (UTC) |
Dependencies (16)
- beancountAUR (beancount-gitAUR)
- beangulpAUR
- beanqueryAUR (beanquery-gitAUR)
- python-cheroot
- python-click
- python-flask
- python-flask-babel
- python-markdown2 (python-markdown2-gitAUR)
- python-ply
- python-simplejson
- python-watchfiles
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (5)
Sources (1)
wzyboy commented on 2020-12-13 23:11 (UTC)
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?
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. :(
jonleighton commented on 2019-10-29 06:04 (UTC)
@wzyboy Yep, I installed it manually. I was merely pointing out where the problem lies for information - i.e. that it's not a problem with this package.
wzyboy commented on 2019-10-29 03:34 (UTC)
@jonleighton Hi, if jaroco is a missing dependency cheroot, could you just install jaroco manually with pacman -S --asdeps
and wait for cheroot to update its dependencies?
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.