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

meltanolabs-target-postgres v0.0.8 and meltano v3 are conflicting #196

Closed
silverbullet1 opened this issue Sep 19, 2023 · 2 comments
Closed

Comments

@silverbullet1
Copy link

silverbullet1 commented Sep 19, 2023

13:07:35  The conflict is caused by:
13:07:35      meltano[psycopg2] 3.0.0 depends on sqlalchemy<3.0.0 and >=2.0.19
13:07:35      meltanolabs-target-postgres 0.0.8 depends on sqlalchemy<2
13:07:35  
13:07:35  To fix this you could try to:
13:07:35  1. loosen the range of package versions you've specified
13:07:35  2. remove package versions to allow pip attempt to solve the dependency conflict
13:07:35  

I am trying to setup a docker container with meltano and target-postgres. Should I be using pipx inside docker ?

@edgarrmondragon
Copy link
Member

@silverbullet1 I think you're probably trying to install Meltano and this tap in the same virtual environment. That's not normally expected to work. Running meltano install if your project is in the container should work.

Can you confirm?

@silverbullet1
Copy link
Author

Yes, thanks. I was trying to install them as a part of requirements.txt

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

No branches or pull requests

2 participants