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

When using `azure-mgmt-resource` there seems to be different import behavior between `uv pip install` and just `pip install`. I am only able to produce when modules are imported during a...

I discover a niche problem with uv in my use case with Nix on MacOS M1 machine. I first install uv using nix command: ```bash nix profile install nixpkgs#uv ```...

bug
needs-mre

Our current HTTP timeout is not sufficient for some large packages e.g. `torch` - #1920 - #1912 Increasing the timeout has a downside for people that have network problems while...

needs-decision

## Summary Closes #1943 Makes sure `build-binaries` and `publish-pypi` workflows are compatible with `actions/{download,upload}-artifact@v4`. In nature, this PR is very similar to the changes in https://github.com/astral-sh/ruff/pull/10105. This PR also updates...

internal

Error install cchardet==2.1.7 ```--- stderr: src/cchardet/_cchardet.cpp:196:12: fatal error: 'longintrepr.h' file not found #include "longintrepr.h" ^~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1``` Mac (intel) OSX 14.2.1...

needs-mre

First, thanks for investing in Python's ecosystem! **Context:** I'm trying to incorporate `uv` into the flow of our devs at my company. From the output of `python -m pip --help`:...

enhancement
compatibility

**Summary** I propose the introduction of a new command, `uv shell`. This command would provide users with a quick and straightforward way to enter the associated Python virtual environment (venv)...

virtualenv
cli

Machine: RHEL7 ```bash $ python3 -m pip install uv==0.1.7 $ uv venv Querying Python at `/home/cadappl_RHEL7/python3/3.10.5/wrapper/python3.wrapper` failed with status exit status: 127: │ --- stdout: │ --- stderr: │ /home/cadappl_RHEL7/python3/3.10.5/wrapper/python3.wrapper:...

bug
virtualenv

Platform: Linux uv version: 0.1.10 I can't seem to get `uv` to resolve private dependencies listed in a package's `pyproject.toml` file. For example: ```bash $ uv pip install ' @...