Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with latest dbt-core version during install #190

Closed
the4thamigo-uk opened this issue Sep 15, 2023 · 2 comments · Fixed by #220
Closed

Incompatible with latest dbt-core version during install #190

the4thamigo-uk opened this issue Sep 15, 2023 · 2 comments · Fixed by #220
Labels
bug Something isn't working

Comments

@the4thamigo-uk
Copy link
Contributor

Incompatible with latest dbt-core version during install.

Steps to reproduce

  1. pip3 install dbt-core
  2. pip3 install dbt-clickhouse

Should install but we see incompatibility with latest version of dbt-core

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dbt-clickhouse 1.4.8 requires dbt-core~=1.4.0, but you have dbt-core 1.6.2 which is incompatible.
@the4thamigo-uk the4thamigo-uk added the bug Something isn't working label Sep 15, 2023
@sharat910
Copy link

Facing the same issue. Being stuck with 1.4.8, I can't seem to figure out a way to test the new dbt MetricFlow library with clickhouse (released in 1.6+).

Also, while pip install -U dbt-core upgrades it to 1.6+, dbt debug shows an error in clickhouse connection test.

@zli06160
Copy link
Contributor

zli06160 commented Oct 3, 2023

I dont have the same problem as yours, but I think with the precise versions it should work, something like:

pip3 install dbt-core==1.4.8
pip3 install dbt-clickhouse==1.4.8

Currently dbt-core==1.6.* is not supported: https://github.com/ClickHouse/dbt-clickhouse/blob/v1.4.8/setup.py#L57

But it should be supported someday #164.

@genzgd genzgd linked a pull request Dec 7, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants