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
By following the Meltano SDK Dev Guide (https://sdk.meltano.com/en/latest/), I ran into an issue where the generated python project for my target would not let me poetry install due to a version solving error. I started by running the following:
# Install pipx if you haven't already
pip3 install pipx
pipx ensurepath
# Restart your terminal here, if needed, to get the updated PATH
pipx install cookiecutter
pipx install poetry
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Singer SDK Version
0.18.0
Python Version
3.9
Bug scope
Other
Operating System
Linux Mint
Description
By following the
Meltano SDK Dev Guide
(https://sdk.meltano.com/en/latest/), I ran into an issue where the generated python project for my target would not let mepoetry install
due to a version solving error. I started by running the following:I then generated a target using the following:
Finally, I followed the generated README's instructions to use poetry install:
Which gave me the following error:
Code
No response
The text was updated successfully, but these errors were encountered: