Hi All, I just upgraded dagster version to 1.2.0 a...
# integration-dbt
r
Hi All, I just upgraded dagster version to 1.2.0 and dagster-dbt 0.18 from
0.14.19
.
dagster_dbt
is successfully installed but I got this error
Copy code
dagster._core.errors.DagsterImportError: Encountered ImportError: `No module named 'dagster_dbt'
Anyone knows what is this error? 🙏
y
what’s the output of
pip freeze | grep dbt
like? and, are you using virtualenv or any environment management tool? my hunch is you may have installed dagster_dbt in a different python environment than the one your dagster code is running.