I utilize rust and execute that within bash hooks for all my charms… reason being I prefer the bash hook “workflow”… but obviously for advanced routines I leverage a rust CLI tool with some more advanced know how / logic … and all is working great on my side… BUT i did notice that the charm has some errors and I just wanted to draw attention to it incase it’s causing unknown problems in my model
Now I checked my charm… and indeed I have a requirements.txt with the ops pypi module wired in… just so when I pack charmcraft is happy… but is this a true problem with my bash charm? I don’t see anything going wrong but… wanted to checkin