fred_reimer
06/28/2021, 11:56 AMedward_smith
06/28/2021, 3:04 PMtaylor
06/28/2021, 3:12 PMaaronsteers
06/28/2021, 4:17 PMDo I have to learn and switch to pipx and poetry?Nope - Poetry is recommended and "works out of box" for our SDK, but you can also build your own
setup.py
install method if you prefer. Poetry and pipx help a bunch for people with less experience in pyenv
and virtual environment management techniques. We do still recommend learning them, but it's not strictly required.
Also - just as an fyi - when meltano installs something via meltano add
or meltano install
, it also creates and manages the virtual environments, to prevent each plugin from conflicting with the others.