Ruben Vereecken
03/27/2024, 3:36 PMtarget-airtable
) that I can install using poetry install
but not using pip install
, so meltano install
fails.
Apparently pip doesn’t have access to the singer-sdk
version that is specified, but poetry does. For singer-sdk = "^0.3.2"
, poetry installs 0.3.18
, which doesn’t show up under pip index versions singer-sdk
Investigating, thought I’d share as I goRuben Vereecken
03/27/2024, 3:54 PMRuben Vereecken
03/27/2024, 4:05 PMmeltano install
to workEdgar Ramírez (Arch.dev)
03/27/2024, 4:51 PMpip
so people get a more newish version when they install it)Ruben Vereecken
03/28/2024, 3:36 PMEdgar Ramírez (Arch.dev)
04/01/2024, 2:59 PM