-
I suggest using rye to manage, as its compatible with rust interop good for solana
https://rye.astral.sh/
-
Maybe I'm late to the party, but I started using [rye](https://rye-up.com) recently and really like it. Some ideas for how to add support for it to this extension:
* Find `/.venv` to show in the in…
-
I can't sync the dependencies.
Also why the main pyproject.toml contains gradio? it's used only in opspeech
```console
rye sync
Reusing already existing virtualenv
Generating production lockfil…
-
### Steps to Reproduce
1. Install new rye : in this case 0.41.0
2. Create new project:
a. source "$HOME/.rye/env"
b. cd /tmp/
c. rye init junk; cd junk
3. edit src/junk/__init__.py…
-
Hi! Awesome project, been wanting to test this but I was not able to build the fyne-binded `rye` for Musl... It'd be great if releases were made by a bot, and also, releasing static binaries would be …
-
### Steps to Reproduce
After installing numpy, if you change the Python version, rye continues to install the wrong version of numpy.
To initialize a project, follow the steps below:
```
> rye i…
-
hi
installed the latest binary from the macos-amd64.tar on my macbook Air but got this error when In started rye-fyne: " zsh: bad CPU type in executable: rye-fyne" . Rye itself runs fine.
My ma…
-
### 注意事项
- [X] 提ISSUE前,请确认你已经在GitHub Issues和Discussions里搜索过类似的问题,并且没找到想要的答案。
- [X] GitHub Actions问题请到置顶的Issue反馈。
### 发生Bug时,你的使用方式?
Python代码
### 你是否在禁漫官方网页或APP,验证过相应的功能是正常的?
我要反馈的bug无需…
-
## Description
`uv add ` fails with our default template (projects created with `kedro new --tools`).
(And so do `rye` and `pdm`)
Updated after tech design:
Things to do:
> - There was cons…
-
https://lucumr.pocoo.org/2024/8/21/harvest-season/
In my experience, rye is a killer developer experience. It makes Python tooling more like the Rust ecosystem. Switching over to rye will help incl…