StarRocks / dbt-starrocks

dbt-starrocks contains all of the code enabling dbt to work with StarRocks
16 stars 6 forks source link

[]dbt-starrocks 1.6.3 requires dbt-core~=1.6.0, but you have dbt-core 1.8.5 which is incompatible. #53

Open dawsongzhao0523 opened 4 weeks ago

dawsongzhao0523 commented 4 weeks ago

Using cached dbt_core-1.8.5-py3-none-any.whl (900 kB) Using cached dbt_extractor-0.5.1-cp38-abi3-macosx_10_12_x86_64.whl (438 kB) Using cached dbt_semantic_interfaces-0.5.1-py3-none-any.whl (119 kB) Installing collected packages: dbt-extractor, dbt-semantic-interfaces, dbt-core Attempting uninstall: dbt-extractor Found existing installation: dbt-extractor 0.4.1 Uninstalling dbt-extractor-0.4.1: Successfully uninstalled dbt-extractor-0.4.1 Attempting uninstall: dbt-semantic-interfaces Found existing installation: dbt-semantic-interfaces 0.2.3 Uninstalling dbt-semantic-interfaces-0.2.3: Successfully uninstalled dbt-semantic-interfaces-0.2.3 Attempting uninstall: dbt-core Found existing installation: dbt-core 1.6.18 Uninstalling dbt-core-1.6.18: Successfully uninstalled dbt-core-1.6.18 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-starrocks 1.6.3 requires dbt-core~=1.6.0, but you have dbt-core 1.8.5 which is incompatible. Successfully installed dbt-core-1.8.5 dbt-extractor-0.5.1 dbt-semantic-interfaces-0.5.1

Dan-J-D commented 2 weeks ago

@dawsongzhao0523

I have ported this proj to dbt-core 1.8.4 in #51. However, it was never pushed to release. You can download main branch locally and use that.

Would need to ask @Astralidea to release to production.