mil-ad / website_comments

0 stars 0 forks source link

blog/2024/uv-poetry-install #5

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

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

rosmur commented 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

rosmur commented 1 month ago

this method however still uses poetry right?

mil-ad commented 1 month ago

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

mazulo commented 1 month ago

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!

Hu-Wentao commented 1 month ago

Good Job