-
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
```
nix-channel --add https://nixos.org/channels/nixos-24.05 nixpkgs
nix-channel --update
nix-shell -p rye --command "rye test"
```
### Expected Result
It works.
### Act…
-
Hi, I am from the Mediatek AI team.
We are currently using `rye` for our project management instead of `poetry`. However, I came across this [post](https://github.com/astral-sh/rye/discussions/1164…
-
### 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 …
-
Dependencies of some frameworks such as [Apache Airflow](https://github.com/apache/airflow/tree/main?tab=readme-ov-file#installing-from-pypi) are broken and not working in Pypi. They require constrain…
-
## Description
I am trying to set up analytics for testing purposes. But the collection I specified for the `popular_queries` rule stays empty. I have looked through related issues on struct, but t…
-
### 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…