-
### Discussed in https://github.com/astral-sh/rye/discussions/990
Originally posted by **nrbnlulu** April 3, 2024
I figure that rye uses some global package cache. If I accidentally modify so…
-
1. execute cmd
```bash
rye init testrye
rye pin cpython@3.7
rye sync
rye add flask
rye sync
```
2. then failed.
I found that the requirements using pip-compile found for flask is not match…
-
Thank you, for making rye "one-stop place" for Python packaging and project manager .
I have a problem with `rye build` The step to reproduce is like the one below:
### Steps to Reproduce
- …
-
Probably worth posting to the gio group on sourcehut.
there are many gio devs there that would possibly be interested in a dynamic language that works with gio .
I use gio with WASM and WASM run…
-
### Steps to Reproduce
### Environment
- Windows 11 22H2 with Japanese location settings.
### Steps
1. Create Rye environment with a name containing unicode strings.
2. Change the directory t…
sk-ys updated
5 months ago
-
### Steps to Reproduce
`uv` can find this package fine:
```
~/proj/uv-test ❯ which uv
/home/singhrac/.cargo/bin/uv
~/proj/uv-test ❯ uv venv
Using Python 3.12.1 interpreter at: /home/singhrac/.…
-
### Steps to Reproduce
Before running `rye add`, here is part of my `pyproject.toml`:
```toml
[tool.rye]
dev-dependencies = [
"pre-commit",
"pylint-pydantic",
"pylint>=3.2", # …
-
### Steps to Reproduce
❯ rye init demo; cd demo; rye sync
### Expected Result
It should sync.
### Actual Result
### Version Info
❯ rye --version
rye 0.34.0
commit: 0.34.0 (d31340178 2024-0…
-
### Steps to Reproduce
I have installed rye successfully.
I have done a "rye init ryetest" and "cd ryetest".
All good so far.
I have than added the [[sources]] entry to ~/.rye/config.toml to po…
-
### Steps to Reproduce
```
mkdir relativebug
cd relativebug
rye init a
rye init main
cd main
rye add a --path ../a
# Added a @ file:///home/user/ryes/relativebug/main/../a as regular dependenc…
bluss updated
4 months ago