dbt_cloud.yml credentials file for dbt Cloud not found

Hi, I’m facing an issue where dbt seems to expect dbt-cloud configurations, even though I only want to use dbt-core. This happens when I try the dbt build command from the tutorial here, and I’m using dbt-core version 1.8.5. I also followed your previous instructions, but I encounter the same error with other commands like dbt debug.

Encountered an error loading local configuration: dbt_cloud.yml credentials file for dbt Cloud not found. Download your credentials file from dbt Cloud to `C:\Users\ADMIN\.dbt`

If there’s a new method or any advice that can help, please let me know!

There could be issue in installation. Follow official docmentation to install in virtual Env. It should not look for dbt_cloud.yml

I tried it, and it works with a virtual environment. However, when I later tried to run a Dagster project using the existing dbt project, I encountered the same error when attempting to materialize the assets (stdout msg). That’s why I’m now trying to solve this problem without using a virtual environmen and will retry Dagster afterward…
Do you have any idea about this case?