Package Details: python-beancount-import-git 1.3.5.r44.gf108b59-1

Git Clone URL: https://aur.archlinux.org/python-beancount-import-git.git (read-only, click to copy)
Package Base: python-beancount-import-git
Description: Semi-automatic importer from external data sources into beancount
Upstream URL: https://github.com/jbms/beancount-import
Licenses: MIT
Conflicts: beancount-import, beancount-import-git, python-beancount-import
Provides: beancount-import
Submitter: AlphaJack
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 1
Popularity: 0.000000
First Submitted: 2023-01-23 08:20 (UTC)
Last Updated: 2023-04-11 12:58 (UTC)

Latest Comments

op3 commented on 2023-04-10 16:55 (UTC)

This is missing a (build) dependency on python-setuptools-scm:

* Getting build dependencies for wheel...

ERROR Missing dependencies:
        setuptools_scm>=5.0.2

seberm commented on 2021-03-06 21:46 (UTC) (edited on 2021-03-06 21:46 (UTC) by seberm)

I think you are missing the python-click dependency.

$ bean-format
Traceback (most recent call last):
  File "/usr/bin/bean-format", line 33, in <module>
    sys.exit(load_entry_point('beancount==3.0.0.dev0', 'console_scripts', 'bean-format')())
  File "/usr/bin/bean-format", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/beancount/scripts/format.py", line 8, in <module>
    import click
ModuleNotFoundError: No module named 'click'