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
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.
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
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:
nor cleaning cache change the issue.
Expected behavior
do not change installation behavior depending on mounted disk.
The text was updated successfully, but these errors were encountered: