-
### Describe the bug
Package rye depends on libz
### Steps To Reproduce
Steps to reproduce the behavior:
1. install rye
2. rye init and rye sync
3. got error
### Expected behavior
rye sync…
-
Currently, the repository contains code for various contrib functions.
While everything is disabled by default, and can be enabled with build flags. it would be nice to have these in a separate rep…
-
Allow updating a tool using `rye tools update` rather than having to `install -f` it.
Current workflow:
```
$ rye tools install uv
error: package already installed
$ rye tools
Helper utility…
-
[rye](https://rye.astral.sh/) is a comprehensive project and package manager for Python. It makes use of [uv](https://github.com/astral-sh/uv), a rust rewrite of `pip`, and supports large workspaces a…
-
Ryeなるものがあるらしい.
pyenvとpoetryの組み合わせらしい(天才)
しかし,メンテがどこまで行われるか不明
https://github.com/mitsuhiko/rye
-
I'd like to install `rye` from PyPi. It simplifies the CI and DevContainer code.
-
### Steps to Reproduce
Running on ubuntu in WSL behind company firewall + Cisco VPN
```bash
curl -sSf https://rye.astral.sh/get | bash
```
```bash
rye sync --verbose
```
### Expected R…
-
### Steps to Reproduce
1. Run `rye init bug-demo`
2. Add this to the `pyproject.toml`:
```toml
[tool.rye.scripts]
demo-script = "npm --version"
```
3. Run it: `rye run demo-scri…
-
## Description
I'm sometimes frustrated when managing project dependencies and virtual environments, especially as project complexity grows. Traditional tools like `pip` and `venv` can be cumbersom…
-
### Steps to Reproduce
My env: Windows 11, x86_64, have conda, haven't installed uv
My installer: `https://github.com/astral-sh/rye/releases/latest/download/rye-x86_64-windows.exe` (downloaded at …