I am following the dbt tutorial for creating a project using the CLI (Getting started with dbt Core | dbt Docs)
I am stuck at the part where I do a “dbt debug”, getting this error:
(dbt-env) $ dbt debug
Running with dbt=0.20.1
dbt version: 0.20.1
python version: 3.9.7
python path: C:\Users\shart\dbt-env\Scripts\python.exe
os info: Windows-10-10.0.19041-SP0
Using profiles.yml file at C:\Users\shart\.dbt\profiles.yml
Using dbt_project.yml file at C:\Users\shart\jaffle-shop2\dbt_project.yml
Encountered an error:
object.__init__() takes exactly one argument (the instance to initialize)
I’ve googled it a lot and haven’t found anyone with the same error.
Thanks in advance for any guidance.