-
> I think Positron should support uv in the project creation phase. If `uv` is detected, it should appear under this dropdown (along with venv and conda)
>
> I also scratch my head trying to develop a…
-
I'm working on a remote machine doing 3D computer vision and needed to install VTK for pyvista for enabling a GPU implementation for generating movies. uv fails in this case and the kernel kept cras…
-
This new all-in-one Python tool is eating the ecosystem for one good reason: it's awesome. So this Django project template would benefit from it!
I'll make a PR in the next few weeks.
-
It would be great if it would also work as a [uv](https://astral.sh/blog/uv) plugin in a `pyproject.toml` `[tool.uv]`section, as [uv](https://astral.sh/blog/uv)/[rye](https://rye.astral.sh/) is gainin…
-
## [uv](https://github.com/astral-sh/uv) is super fast.
It's pretty easy to install into the system and once you try it, something switches in you, so it's hard to go back.
```bash
# On macOS and…
-
# Summary
I ask `uv` to install a Python 3.12 virtual environment and then ask it to run a command using what I assume is the default virtual environment and it actually runs it using Python 3.13.
…
-
我尝试了几段音频,文本分别为:
1、txt_smp="从博弈论的定义中我们知道[uv_break],双方[uv_break]或者多方[uv_break]进行博弈的最终目的[uv_break],都是为自己争取最大利益[uv_break],因此[uv_break]利益是博弈中[uv_break]必不可少的[uv_break]一个要素[uv_break]。",新的音频生成成功。
2、txt_smp=…
-
### Describe the bug
As discussed at [astral-sh/uv#5478](https://github.com/astral-sh/uv/issues/5478), installing spacy models via HF hub seems not to work due to the version specifier "any" being in…
-
Given that the documentation suggests that you [_can_ use the docker container as a command-line tool](https://docs.astral.sh/uv/guides/integration/docker/#running-uv-in-a-container) I found it very s…
-
Steps to reproduce:
- mkdir /tmp/buggybyg && cd /tmp/buggybug
- uv init
- uv add austin-tui # if you uv run austin-tui now it complains that austin is missing
- uv add austin # oops wrong…