You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: pip is looking at multiple versions of dbt-redshift to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r dev-requirements.txt (line 3) and -r dev-requirements.txt (line 6) because these package versions have conflicting dependencies.
The conflict is caused by:
dbt-core 1.8.0b2 depends on sqlparse<0.6.0 and >=0.5.0
dbt-redshift 1.8.0b2 depends on sqlparse<0.5 and >=0.2.3
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Exited with code exit status 1
System information
The contents of your packages.yml file:
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
The output of dbt --version:
<output goes here>
Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered:
Describe the bug
See https://app.circleci.com/pipelines/github/dbt-labs/dbt-utils/1658/workflows/0cf13398-5bd6-4cdd-9cbe-2d9205bab958/jobs/5449
Steps to reproduce
Run CI.
Expected results
CI passes.
Actual results
CI fails.
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: