You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
RUST_BACKTRACE=1 pixi --color never search -c bioconda -q -l 25000 '*'| less
thread 'main' panicked at library/std/src/io/stdio.rs:1019:9:
failed printing to stdout: Broken pipe (os error 32)
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full`for a verbose backtrace.
Issue description
also RUST_BACKTRACE=1 does not print anything in addition
Expected behavior
no panic
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
also RUST_BACKTRACE=1 does not print anything in addition
Expected behavior
no panic
The text was updated successfully, but these errors were encountered: