-
### Steps to Reproduce
- download rye-x86_64-windows.exe from github release 0.34.0
- run ./rye-x86_64-windows.exe self install -y --no-modify-path --toolchain-version 3.12
### Expected Resul…
-
### Steps to Reproduce
1. Run rye pin outside of the python package
2. Command succeeds and creates a .python-version file outside the python package
### Expected Result
Running the rye pin comm…
-
### Steps to Reproduce
```bash
rye init --script repro
cd repro/
rye sync
rye add dotenv
rye add python-dotenv
```
### Expected Result
The first package install didn't succeed which mad…
-
I originally had this as a discussion but as UV works it seems like a valid issue.
I need llama-cpp-python with cuda, according the [installation docs](https://github.com/abetlen/llama-cpp-python?t…
-
![企业微信截图_97d3f385-fc9a-4b4b-a119-74833bac585c](https://github.com/astral-sh/rye/assets/60061461/8b06733e-833e-4d5d-9652-c2ec8d666398)
rye version:0.27.0
-
## Reproduce
Steps 1 - 7 should run successfully, step 8 results in an error:
1. Using Linux, install Wine from your package manager or compile Wine 9.12
2. Run `winecfg`, set Windows versi…
-
Hi, maybe my approach is bad but basically I want to manage a monorepo with `rye`.
I have several libraries, some of which depend on each other, but I want to keep the libraries separate (in my ca…
ghost updated
3 months ago
-
### Steps to Reproduce
Run `rye sync` on a machine that has no internet access and only PyPi mirror set up.
### Expected Result
Successful bootstrapping
### Actual Result
Hangs at "Bootstrapping …
-
It would be nice to add an example GitHub Actions for publishing to PyPI with `rye`
I am mainly wondering what is the preferred method to install Rye into GitHub Actions, and an example GHA could a…
-
### Steps to Reproduce
1. set `[[tool.rye.sources]]` field in `pyproject.toml`, and set `verify-ssl` to false (https://rye.astral.sh/guide/sources/#ssltls-verification)
2. run `rye sync` or force s…