-
### Steps to Reproduce
Just run rye sync or any other command that runs the python interpreter
### Logs
```bash
Installed binary to /home/hitalo/.rye/shims/rye
Bootstrapping rye internals
…
-
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…
-
### Steps to Reproduce
In a project that requires a lower Python version than the system Python (or `self-python`), `rye sync` will fail with unsatisfiable requirements.
```sh
❯ rye sync
Reusi…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
I use [Rye](https://github.com/mitsuhiko/rye) as python project manager, One if its features is:
> - **No Default Dependencies:** the virtualenvs when they come up are completely void
> of depen…
T-256 updated
6 months ago
-
Similar to Riak, Rails, and Solidus, Ryal should be an "umbrella" OTP application that just includes its child dependencies.
-
### Steps to Reproduce
1. make sure pyenv is installed, and these lines are in `.zshrc`, alternatively[ follow these instructions for your shell:](https://github.com/pyenv/pyenv#set-up-your-shell-e…
-
If we look at `rye fmt`, its behaviour is consistent with running `rye run ruff format .`:
```
$ rye fmt
2 files left unchanged
$ rye run ruff format .
2 files left unchanged
```
But if I run…
my1e5 updated
6 months ago
-
### Description
I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. Running `cz bump` through `rye` gives
```
$ rye run cz bump
fatal: no…
my1e5 updated
6 months ago
-
Thanks for the project. For new users (which will benefit from the rye/uv combo), it would be a nice convenience after `rye init` to `cd` into the project directory. Alternatively, add clarification i…