What do you feel about using poetry package manager in python?
[Rant] After going through literal HELL with Python's package management and virtual envs, I just learned about PEP 582.
After going through literal HELL
[I] try to stay away as much as possible to virtual envs
I wonder if there could be some connection here
More on reddit.com[deleted by user]
I am frustrated with packaging python, please educate me.
Videos
What do you feel about the community using poetry package manager in Python?
I understand that managing dependencies can be challenging, and I have found that using a requirements.txt file can be a simpler and more reliable alternative to the poetry package. I have had difficulty with the reliability of poetry package and have found that it fails frequently. I have encountered issues such as version mismatch, unsupported Python versions, and cryptic errors that are hard to troubleshoot.
I am curious to know why the community continues to use poetry package instead of a requirements.txt file, which in my experience, is a simpler and more reliable alternative for managing dependencies. Additionally, even when the installation of packages is successful, I have found that the main program can still fail due to issues with the poetry library.
I would appreciate any insights or suggestions for improving the reliability of the poetry package and what the community feels about poetry.