uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
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 ```...
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...
## 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...
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...
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`:...
**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)...
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:...
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 ' @...