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
With the following manifest:
[workspace]
channels = ["conda-forge"]
name = "hello-world"platforms = ["linux-64", "osx-arm64", "win-64"]
[environments]
test = ["default"]
Running the following command gives
pixi install
thread 'main2' panicked at src/workspace/environment.rs:343:18:
feature usage should have been validated upfront
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at src/main.rs:54:10:
Tokio executor failed, was there a panic?: Any { .. }
Issue description
With our current setup, pixi cannot deal with environments that explicitly include the "default" feature
Expected behavior
No panic, maybe not even an error.
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
With the following manifest:
Running the following command gives
Issue description
With our current setup, pixi cannot deal with environments that explicitly include the "default" feature
Expected behavior
No panic, maybe not even an error.
The text was updated successfully, but these errors were encountered: