-
### Steps to Reproduce
- fresh install of rye version 0.31.0, which installs latest python (3.12.2)
(earlier rye 0.30.0 works fine)
Inside project, with a requirements.txt (not sure if that's …
-
When using Rye on Windows (which works great by the way!) there's always an error message `System cannot find the path specified` when initializing a `Rye::Box`.
I guess this is because of
```Ruby…
-
### Steps to Reproduce
```sh
# create a random project on Windows
rye init asydhj
cd .\asydhj\
rye sync
# the default script should work:
# [project.scripts]
# hello = "asydhj:hello"
rye ru…
-
Having python dependencies is hard to manage when called from other languages. If Rye could install those dependencies through a library, that would make it a lot easier to integrate python dependenci…
-
We just got bit by this at work when trying out `rye`, one dependency brought in `pywin32` three levels down and when ran with `rye sync` it's included without environment markers in `requirements.loc…
-
### Steps to Reproduce
1. Create a `pyproject.toml` with dynamic versioning:
```toml
[project]
dynamic = ["version"]
```
2. Use `rye version -b` to bump the version:
```ba…
-
**Describe the bug**
Rye project creation ignores base interpreter setting
**To Reproduce**
Steps to reproduce the behavior:
1. Install Python 3.10
2. Open New Project Wizard
3. Set Environmen…
-
For example, I have `C:\Users\jfcherng\.rye\py\cpython@3.8.19` but it won't be listed on `uv toolchain list` and I can't do `uv venv --python 3.8`. I can add `C:\Users\jfcherng\.rye\py\cpython@3.8.19`…
-
### Steps to Reproduce
1. I have `cpython@3.12.2` toolchain (only) installed in rye
2. `git clone git@github.com:astral-sh/ruff && cd ruff`
3. `rye sync`
### Expected Result
I expected `rye sync`…
-
Hi,
I asked this question in the discord, but thought about it.
At the moment it is not possible to use shell interpolation with `rye run` command.
See: https://rye-up.com/guide/pyproject/#cmd
…