uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
It looks like `uv` already supports this, I just need to lie about `VIRTUAL_ENV`. Looking for something like the equivalent of pip's `--prefix` or `--python`.
`uv venv --seed` installs + upgrades `setuptools`, `pip`, and `wheel`, which implies that its purpose is to facilitate distribution package creation. The recent distribution-packaging overhaul over the past few years...
pip-compile has this flag that's a useful escape hatch. There's some software we use where we care about the specific build. We don't want the build from the index and...
When using `pip`, installing `uWSGI` works: ``` (.env) $ pip install uWSGI==2.0.24 Collecting uWSGI==2.0.24 Downloading uwsgi-2.0.24.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 7.5 MB/s eta 0:00:00 Installing build dependencies ... done...
atm the newest images from https://github.com/pypa/manylinux `manylinux_2_28 ` use glibc 2.28 ``` )$ docker run --rm -ti quay.io/pypa/manylinux_2_28_aarch64:2024-02-16-b3cad8f [root@378f4d94282b /]# curl -LsSf https://astral.sh/uv/install.sh | sh System glibc version (`2.28') is...
Is it possible to use uv to speed-up `poetry install` on CI?
Windows uv 0.1.4 tox-uv 1.2.0 Using tox-uv, and running `python -m tox -e py -vvv` on Windows with CPython 3.8-3.13 and PyPy 3.10 gives an error: ``` ROOT: 156 D...
## Summary Some projects define an script entrypoint with a path separated by `.`. For example in Invoke... ```python entry_points={ "console_scripts": [ "invoke = invoke.main:program.run", "inv = invoke.main:program.run", ] },...
```powershell (latest windows 11) $ pyenv version * 3.10.8 (set by C:\Users\warch\.pyenv\pyenv-win\version) $ python --version Python 3.10.8 $ pipx install uv $ uv --version uv 0.1.4 ``` On Windows I...