like, I can see it removes atomicwrites when I invoke.. how do I stop that?
b
brandon_isom
09/14/2021, 8:56 PM
Might be a bit late for you, but the sdk uses poetry, and the meltano invoke calls the shell script that runs it in the poetry env. You'll want to
poetry add atomicwrites
so it's tracked in the poetry lock file.
e
emcp
09/14/2021, 9:39 PM
@brandon_isom not late at all! thanks..
emcp
09/14/2021, 9:39 PM
I have a lot to learn about poetry.. and pipx
emcp
09/14/2021, 9:40 PM
I personally avoid this all by using containers for everything so.. never really wanted more than that.. but I can see others are now getting into loads and loads of virtualenvs etc..
emcp
09/14/2021, 9:40 PM
I will give this a try in my dev env to see if I can get it to go away