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

Meltano, dbt have package dependency conflicts #7

Open
ravichandrasekaran opened this issue Feb 20, 2022 · 3 comments
Open

Meltano, dbt have package dependency conflicts #7

ravichandrasekaran opened this issue Feb 20, 2022 · 3 comments

Comments

@ravichandrasekaran
Copy link

Running into dependency conflicts with the most recent versions of dbt, meltano. My requirements.txt file attached. Do you know which versions to pin these to? (With the dependency issues, might help to use a requirements.txt file for the project?)

requirements.txt

$ pip install meltano
...
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-core 1.0.2 requires click<9,>=8, but you have click 7.1.2 which is incompatible.
$ pip install dbt-postgres
...
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.
meltano 1.96.0 requires click<8.0,>=7.0, but you have click 8.0.4 which is incompatible.
flask 1.1.4 requires click<8.0,>=5.1, but you have click 8.0.4 which is incompatible.
@ravichandrasekaran
Copy link
Author

Note: This is on Python 3.7 and 3.8 - might not be an issue on more recent version?

@andrewcstewart
Copy link
Owner

Not surprised. In practice though it probably makes more sense to install dbt within meltano rather than side by side.

@wheresalice
Copy link

I also see this issue in Python 3.9

I can confirm that installing dbt within meltano as a transform works better, as long as you accept the versions that it gives you and don't try upgrading anything with pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants