Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It looks like when my agent tries to setup the virtualenv for the task, it misses one of the libraries. If I ask my user to do a pip list
I can see the library in their environment. However, when I run the agent, and it lists all the libraries that is installing with pip
it misses it. Is this a common issue? Does it matter that my user uses poetry and my agent is pip? Thanks. (pd. I have to support other repos that don’t use poetry but pip)