Package Details: dbt-core 1.9.2-1

Git Clone URL: https://aur.archlinux.org/dbt-core.git (read-only, click to copy)
Package Base: dbt-core
Description: Tool for data analysts to build analytics the way engineers build applications
Upstream URL: https://getdbt.com/
Licenses: Apache
Submitter: benallard
Maintainer: benallard (AlphaJack)
Last Packager: AlphaJack
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-01 17:00 (UTC)
Last Updated: 2025-03-02 09:05 (UTC)

Latest Comments

jaap commented on 2025-05-12 16:19 (UTC)

I am getting the following error, and I cannot find dbt.adapters either so it doesn't look like some runtime mismatch

Traceback (most recent call last):
  File "/sbin/dbt", line 5, in <module>
    from dbt.cli.main import cli
  File "/usr/lib/python3.13/site-packages/dbt/cli/__init__.py", line 1, in <module>
    from .main import cli as dbt_cli  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dbt/cli/main.py", line 11, in <module>
    from dbt.adapters.factory import register_adapter
ModuleNotFoundError: No module named 'dbt.adapters'

parmesan-grimace commented on 2023-04-11 11:04 (UTC)

Following dependencies have to be added to PKGBUILD:

python-pytest-cov, python-freezegun