-
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…
-
Using `uv` (via `rye`), it can't create x86 wheels for (some) dependencies on my x64 machine.
I created my project with Python 3.12.2 x64 and all worked well, but I wanted to build a 32-bit executa…
-
**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…
-
### 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`…
-
First: I know about `rye sync --update-all`, which updates the lock-files and virtualenv with the latest dependency versions, given the restrictions in `pyproject.toml` and restrictions in the depende…
-
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
…
-
I think this was the behavior in previous versions, I don't know why it was changed.
I suggest to have a section `[project.scripts]` in the initial pyproject.toml, which will call the already-creat…
-
### Steps to Reproduce
```bash
mkdir -p rye-test && pushd rye-test
rye init
rye add geomet --git=https://github.com/tomplex/geomet@add-geopackage
source .venv/bin/activate
pip install -r requi…
-
I have a method which simply removes an entire directory.
``` ruby
def remove_cache
# Remove the cache
begin
@system_rye.disable_safe_mode
@system_rye.rm(:r, :f, @@cache_path)
ensure
…
-
### Steps to Reproduce
```sh
rye init
rye build
rye publish -r testpypi
```
### Expected Result
Rye uploads the package to TestPyPI.
### Actual Result
Rye attempts an upload to PyPI.
```
…