Hi. Any issues with using poetry for dependency management (for Server + Agent on a single node)?
Here and there there seems to have been issues, but besides potentially this, I can't see any reason to not use poetry?
k
Kevin Kho
05/17/2021, 1:35 PM
Hey @Stéphan Taljaard, I have seen people use poetry with Prefect. I think the only potential issue is using environments inside the Docker container for a Flow Run. I know conda has issues activating environments. I’m not sure about poetry, we tend to recommend using pip install in the Docker image because the container already provides isolation.