uv icon indicating copy to clipboard operation
uv copied to clipboard

An extremely fast Python package and project manager, written in Rust.

Results 1851 uv issues
Sort by recently updated
recently updated
newest added

### Question I've used Conda as a package manager before. But now I want to try UV, I'm having some problems. i have different project, for exmple: _test1_ and _test2_....

question

### Summary Description: Environment uv version: 0.8.14 Python Version: 3.12.10 Platform/Architecture: Linux aarch64 (ARM64) Kernel: 6.10.14-linuxkit OS Distribution: Wolfi (a minimal Linux distribution designed for containers) Version: 20230201 (The CICD...

needs-mre

## Summary This is a proof-of-concept for https://github.com/astral-sh/uv/issues/16600, providing installation confirmation prompts. It adds an opt-in confirmation prompt system that asks users to confirm before installing uncached packages when running...

### Summary I wanted to use uv in a cron to run a task. It's really the "classic" usage. I have my project in `/root/my_project`. There is inside a .venv...

question

### Summary During a scan of our Linux servers, there were some lock files that were flagged for having World Writable permissions in the temporary directory. It looks like this...

enhancement

I forgot I still had this branch around. Fixes https://github.com/astral-sh/uv/issues/16447 Passing this around explicitly uncovers some behaviors where we pass e.g. the credentials store to reading the lockfile.

### Summary Hi! I'm creating an app that needs to send emails, and this error occurs when I create the virtual environment with uv: ``` Internal Server Error: /signup/ Traceback...

bug

### Summary Subtitle: (uv attempting to run executables in AppLocker restricted directory based on hard-to-configure uv defaults) General notes about development environment: Running in a restrictive corporate IT environment with...

needs-decision

## Summary Ensure environment credentials take precedence when resolving private registry credentials. When both an index URL and environment variables (e.g. `UV_INDEX_PRIVATE_REGISTRY_USERNAME` / `UV_INDEX_PRIVATE_REGISTRY_PASSWORD`) provide credentials, prefer the environment variables...

### Summary I would really like to use uv, it seems a great tool. However at my company we have a lot of python packages in SVN, and currently pip...

enhancement