Y
Hacker News
new
|
ask
|
show
|
jobs
by
badmintonbaseba
356 days ago
How does uv get around this?
3 comments
db48x
356 days ago
I don’t know; I’ve only just heard of uv. I know about the packaging problem because I’ve had to deal with that nonsense a few times.
link
bckr
356 days ago
Don’t think it does. You see the import errors when you run your code and you add the requirements to your project.
link
nonethewiser
356 days ago
because instead of running setup.py it directly fetches the specified dependencies
link