Installing a specific version of DBT (using Python / PIP)
A nice little script for getting the extract correct DBT installed on your system.
python -m pip install --upgrade pip setuptools wheel --no-cache-dir
python -m pip install --upgrade dbt-core==1.5.3
(Note that you might need to call python3
)