Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.11.1 ERROR rattler::install::link: failed to reflink ... #652

Closed
2 tasks done
liquidcarbon opened this issue Jan 11, 2024 · 3 comments
Closed
2 tasks done

0.11.1 ERROR rattler::install::link: failed to reflink ... #652

liquidcarbon opened this issue Jan 11, 2024 · 3 comments
Labels
🐞 bug Something isn't working

Comments

@liquidcarbon
Copy link
Contributor

liquidcarbon commented Jan 11, 2024

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.1

[dependencies]
python = ">=3.12.0,<3.13"
pip = ">=23.3.2,<23.4"
notebook = ">=7.0.6,<7.1"

Issue description

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? :)

@liquidcarbon liquidcarbon added the 🐞 bug Something isn't working label Jan 11, 2024
@baszalmstra
Copy link
Contributor

Thanks for reporting! We will fix this asap!

@baszalmstra
Copy link
Contributor

This is fixed in upstream rattler: conda/rattler#475

@ruben-arts
Copy link
Contributor

This will be fixed in the next release as we are now using rattler 0.16.2, will close this for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants