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

pixi install fail if install in external disk #2648

Open
2 tasks done
luipir opened this issue Dec 4, 2024 · 2 comments
Open
2 tasks done

pixi install fail if install in external disk #2648

luipir opened this issue Dec 4, 2024 · 2 comments

Comments

@luipir
Copy link

luipir commented Dec 4, 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

[project]
authors = ["luigi pirelli <[email protected]>"]
channels = ["conda-forge"]
description = "Test env for titiler"
name = "titiler"
platforms = [ "linux-64" ]
version = "0.1.0"

[dependencies]
python = "*"

Issue description

the pixi install of the above pixi.toml in a internal ssd works as expected.

BUT run it if move the pixi.toml in an external USB SSD give the following error:

ginetto@devlaptop:/media/ginetto/Toshiba-1T/EGEOS$ pixi install -v
 INFO pixi::environment: verifying prefix location is unchanged, with prefix file: /media/ginetto/Toshiba-1T/EGEOS/.pixi/envs/default/conda-meta/pixi_env_prefix
 INFO pixi::lock_file::outdated: environment 'default' is out of date because it does not exist in the lock-file.
 INFO pixi::repodata: repodata gateway: using max '50' concurrent network requests
 INFO resolve_conda{group=default platform=linux-64}: pixi::lock_file::update: fetched 2312 records in 14.209234222s
 INFO pixi::lock_file::update: resolved conda environment for environment 'default' 'linux-64' in 14s 265ms 9us 921ns
 INFO pixi::lock_file::update: Updating prefix
  ⠁ validate cache       [00:00:00] [━━━━━━━━━━━━━━━╾────] python (+5)
  ⠁ installing packages  [00:00:00] [━───────────────────]     1/26 ld_impl_linux-64 (+17)                                         × failed to link _openmp_mutex-4.5-2_gnu.tar.bz2
  ├─▶ failed to link 'lib/libgomp.so.1'
  ├─▶ failed to copy file to destination
  ╰─▶ No such file or directory (os error 2)

nor cleaning cache change the issue.

Expected behavior

do not change installation behavior depending on mounted disk.

@luipir
Copy link
Author

luipir commented Dec 4, 2024

P.S. the external disk has 100GB of free space, so space is not the issue

@ruben-arts
Copy link
Contributor

My hunch is that it has to do with two different file systems.

  • Could you check if you're running a different file system.
  • Could you check if it works, if you set your PIXI_CACHE_DIR to a folder on your external disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants