prratek_ramchandani
01/14/2022, 5:28 PMmeltano
and singer-sdk
depend on incompatible versions of click
? i’m trying to add singer-sdk
to a project that already has meltano and see the error in the snippetaaronsteers
01/14/2022, 5:30 PMedgar_ramirez_mondragon
01/14/2022, 5:31 PM~=8.0
for a while now (https://gitlab.com/meltano/sdk/-/commit/d7c774e454818b9fc887b86ce0a4a56edd339e35), and @aaronsteers is correct in solving this by them not being in the same venv.
But yeah, we could certainly accept an MR to bump Meltano's requirement.prratek_ramchandani
01/14/2022, 5:35 PMaaronsteers
01/14/2022, 5:37 PMpipx install meltano
instead of pip install meltano
). and then if you use Pipx, meltano
is always on path without having to activate the venv explicitly.edgar_ramirez_mondragon
01/14/2022, 5:37 PMpoetry shell
on meltano's masterprratek_ramchandani
01/14/2022, 5:38 PMpipx install meltano
for previous sdk projects without really thinking about the difference)