Incompatible packages when using snowflake
owlas opened this issue · 1 comments
owlas commented
This error comes up when using with snowflake: snowflakedb/snowflake-connector-python#1206
it is remedied by the simple line pip install typing-extensions>=4.3.0 , but dbt2looker depends on < 4.0.0.
dbt2looker 0.9.2 requires typing-extensions<4.0.0,>=3.10.0, but you have typing-extensions 4.3.0 which is incompatible.