9
top 6 comments
sorted by: hot top controversial new old
[-] xantoxis@lemmy.world 6 points 3 months ago* (last edited 3 months ago)

Curious what the motivation is for this tool. I can see how rust would be much faster at dependency resolution, but dependency resolution has never been a bottleneck for me while I'm doing either ops or software development. Why is that the thing that needed speeding up?

What I need from a Python package manager:

  • it's present everywhere I need to install or develop Python packages

That's it. Pip scratches that itch. I also use poetry for env management and pyproject.toml management, that's it.

[-] Andy@programming.dev 1 points 6 days ago

I have a pip-tools wrapper thing that now optionally uses uv instead. Aside from doing the pip-tools things faster, the main advantage I've found, and what really motivated me to support and recommend uv with it, is that uv creates new venvs MUCH faster than python's venv module, which is really annoyingly slow for that operation.

[-] faulkmore@mastodon.social 1 points 6 days ago

@Andy @xantoxis

The issue with uv is the same biggest issue that Python faces, maintenance costs.

Python coders are not Rust coders. Which is quite the head scratcher.

Learning Rust techstack creates an enormous barrier to entry when it comes to adopting, uv.

uv main advantage is not speed, it's the override for resolving dependency hell

If it didn't bring something more to the table, besides speed, no one would care

[-] Andy@programming.dev 1 points 6 days ago

If it didn’t bring something more to the table, besides speed, no one would care

I'm literally saying its speed in certain operations makes an appreciable difference in my workflows, especially when operating on tens of venvs at a time. I don't know why you want to fight me on my own experience.

I'm not telling anyone who doesn't want to use uv to do so. Someone asked about motivation, and I shared mine.

[-] danielquinn@lemmy.ca 2 points 3 months ago

My thoughts exactly. What I want is Poetry's workflow and use of pyproject.toml baked into Python.

[-] beeng@discuss.tchncs.de 1 points 3 months ago

No lock file?

this post was submitted on 22 Mar 2024
9 points (90.9% liked)

Python

5891 readers
13 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS