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
Using export PIXI_VERSION=vX.Y.Z && curl -fsSL https://pixi.sh/install.sh | bash checked that this was not happening on 0.10.0 but is happening on 0.11.1
on pixi install, throwing numerous errors like below, though the resulting environment and pixi run commands still work
ERROR rattler::install::link: failed to reflink /home/coder/kr2/.pixi/env/lib/python3.12/site-packages/pythonjsonlogger/jsonlogger.py: Not supported (os error 95), falling back to hard linking.
ERROR rattler::install::link: failed to reflink /home/coder/kr2/.pixi/env/lib/python3.12/site-packages/pythonjsonlogger/py.typed: Not supported (os error 95), falling back to hard linking.
Expected behavior
not throw a long list of errors? :)
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
Using
export PIXI_VERSION=vX.Y.Z && curl -fsSL https://pixi.sh/install.sh | bash
checked that this was not happening on 0.10.0 but is happening on 0.11.1Issue description
on
pixi install
, throwing numerous errors like below, though the resulting environment andpixi run
commands still workExpected behavior
not throw a long list of errors? :)
The text was updated successfully, but these errors were encountered: