-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
performancePotential performance improvementPotential performance improvementquestionAsking for clarification or supportAsking for clarification or support
Description
I have a script that starts with
#!/usr/bin/env -S uv run
# /// script
# dependencies = ["colorama==0.4.6"]
# ///
It is supposed to run fast but uv often starts with a blocking message "⠷ Resolving dependencies...". But the single depedency is pinned to a version so if it is installed there is nothing to resolve.So I think uv should be able to start this script faster.
- Platform: Linux
- uv version: 0.4.10
Right now uv run is too slow for most of my use cases since it resolves way too much.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performancePotential performance improvementPotential performance improvementquestionAsking for clarification or supportAsking for clarification or support