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
pixi init pixi-py --format pyproject
# change pyproject.toml# from platforms = ["osx-arm64"]# to platforms = ["linux-64", "osx-arm64"]
pixi add arcticdb
the outpus is:
~/pixi-py $ pixi add arcticdb
⠤ updating lock-file [00:00:00] [━━━━━━━━━━━━━━━━━━━━━━━─────────────────] 4/7
⠂ default:linux-64 [00:00:00] loading repodata thread 'tokio-runtime-worker' panicked at library/core/src/slice/sort/shared/smallsort.rs:862:5:
user-provided comparison function does not correctly implement a total order
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
It crashed.
Expected behavior
Successful installation for linux and osx.
The text was updated successfully, but these errors were encountered:
This is because of the brew installation, the compile with the latest rust seems to have broken something in the binary. We're not yet building with rust 1.81 so the issue is not fixed.
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
pyproject.toml
Issue description
pixi 0.30.0, installed with brew.
on M1 mac:
It's OK to install for osx only.
The output is Added arcticdb >=4.5.0,<5.
But it failed to add for linux and osx.
the outpus is:
~/pixi-py $ pixi add arcticdb
⠤ updating lock-file [00:00:00] [━━━━━━━━━━━━━━━━━━━━━━━─────────────────] 4/7
⠂ default:linux-64 [00:00:00] loading repodata thread 'tokio-runtime-worker' panicked at library/core/src/slice/sort/shared/smallsort.rs:862:5:
user-provided comparison function does not correctly implement a total order
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceIt crashed.
Expected behavior
Successful installation for linux and osx.
The text was updated successfully, but these errors were encountered: