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

The target is not installing because of the new Poetry Core release (v1.7.0) #179

Closed
derbysh opened this issue Aug 21, 2023 · 1 comment · Fixed by #279
Closed

The target is not installing because of the new Poetry Core release (v1.7.0) #179

derbysh opened this issue Aug 21, 2023 · 1 comment · Fixed by #279

Comments

@derbysh
Copy link

derbysh commented Aug 21, 2023

The new Poetry version has some breaking changes, so there is now a dependency resolution error when you try to install the target.
I had to restrict version manually as <1.7.0 in pyproject.toml to make it work.
image

@edgarrmondragon
Copy link
Member

Hi @derbysh!

I can install directly from git using

pipx install git+https://github.com/MeltanoLabs/target-postgres.git

so perhaps you caught a bug before poetry-dynamic-versioning v1.0.1 was published?

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

Successfully merging a pull request may close this issue.

2 participants