nazq
nazq
Discussion on Rust iceberg sdk https://github.com/apache/iceberg/issues/5122
as an additional test I ran a `rye init new_proj` added my source into the pyproject.toml then ran `rye sync` same issue. Thanks
Any ideas here folks. I'm trying to move a large stack of projects from poetry to rye in a locked down corp environment. Need to get over this hurdle to...
Glad you agree. I have something rough working but would like some agreement from the wider group before I push further. +1 on your msg!
> Related [astral-sh/rye#1211](https://github.com/astral-sh/rye/issues/1211) ÷1 and thanks for linking the related rye enhancement
Taking a fork to add this feature, will see if it causes any issues. Will work on it here https://github.com/nazq/rye_venvs
I have a first cut up there which needs some work (mainly tests but a little clean up on ownership, and no docs updated yet). Is there anyone in here...
I see a few issues here, I'll probably fix in the am. I need to instruct uv to use the right venv in all cases
Put this PR in for review. https://github.com/astral-sh/rye/pull/1222
If we can get this in next thing I plan on doing is putting in a PR for nox to support Rye as a first class tool. I found there...