Open utterances-bot opened 1 month ago
Thank you so much for this!! exactly what I was looking for. Most open source projects on GitHub these days use poetry so was looking for a way to use uv with them
this method however still uses poetry
right?
Yes I do need to have poetry
installed but at least I don't have to use the slow poetry install
. uv
has made installing poetry
easy too: uv tool install poetry
Thank you @mil-ad! I was in this second wondering: "damn I really want to use uv
but this project uses poetry
and I don't want to introduce such a change".
Then once again I thought: if I'm questioning myself about this, someone else already did and so might be already a workaround/solution out there
Googling around your blogpost was the first result. I'm going to try it now but I'm certain it will be awesome!
Good Job
poetry install using uv | Milad Alizadeh
I don’t like poetry. I find it slow, buggy, and poorly designed. It often gets in my way and I end up spending my time debugging poetry instead of actually working on my projects. Perhaps it makes packaging or upgrading dependencies a bit easier but ultimately I don’t find it adds much value on top of built-in Python tools to justify the complexity and poor user experience.
https://mil.ad/blog/2024/uv-poetry-install.html