Armin Ronacher

Results 168 issues of Armin Ronacher

It might be worthwhile to consider picking musl builds instead of glibc builds for platforms without glibc to address #30. The builds themselves are available but currently not considered by...

### Steps to Reproduce If you install a downloaded zip with `rye install ./path/to.zip` it does something, but it does something completely wrong. ### Expected Result I would expect the...

bug

It's quite hard to get started with rye today if one does not have a pyproject.toml project. A possible way would be to have a `rye init --import` command that...

enhancement
help wanted

The `publish` command lacks documentation.

documentation
enhancement
help wanted
good first issue

The use of `pip-tools` in rye is because this is what we use at @getsentry. It's however by no means perfect, among other things it does not have proper locking...

Virtualenvs on windows don't use symlinks currently, even if support is enabled in the OS. Clever auto detection should be able to enable it when available.

enhancement

The experience is better with developer mode, there should be a warning if it's not enabled with a link to the docs.

documentation

The standalone Python builds exist for aarch64 on Linux, but rye currently does not build for that platform.

enhancement
help wanted

This came up with #162. There are cases where someone needs a non native toolchain on an operating system. (eg: x86_64 instead of aarch64). There is currently no support for...

On PyPy, `rye sync` makes a bit of a mess ``` Found existing installation: cffi 1.15.1 Not uninstalling cffi at /Users/mitsuhiko/.rye/py/[email protected]/lib/pypy3.9, outside environment /Users/mitsuhiko/hello-pypy/.venv Can't uninstall 'cffi'. No files were...