Error when trying to run executable in pixi environment: The file exists and is executable. Check the interpreter or linker? #2041
-
pixi.toml.txt The error if I run Error launching 'hexrdgui': No such file or directory (os error 2) and the error if I just run exec: Failed to execute process 'bla/bla/bla/.pixi/envs/default/bin/hexrdgui': The file exists and is executable. Check the interpreter or linker? here is the pixi info output: Pixi version: 0.28.2
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.10.9=0
: __glibc=2.40=0
: __cuda=12.6=0
: __archspec=1=skylake
Cache dir: /home/nathan/.cache/rattler/cache
Auth storage: /home/nathan/.rattler/credentials.json
Config locations: No config files found
Project
------------
Name: scripts
Version: 0.1.0
Manifest file: /home/nathan/Nextcloud/Documents/Mn metal data/scripts/pixi.toml
Last updated: 12-09-2024 10:12:08
Environments
------------
Environment: default
Features: default
Channels: conda-forge, hexrd
Dependency count: 2
Dependencies: hexrd, hexrdgui
Target platforms: linux-64
I might be doing something completely wrong here so let me know if I am missing something obvious. Thanks, NP |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @nwpulverizer I think we missed the notification. I'm not able to reproduce it as it just runs for me.:
Could you update to the latest pixi version. And try a |
Beta Was this translation helpful? Give feedback.
-
Sorry, this is my first time using pixi I should have thought of that though. |
Beta Was this translation helpful? Give feedback.
Hey @nwpulverizer I think we missed the notification.
I'm not able to reproduce it as it just runs for me.:
Could you update to the latest pixi version. And try a
pixi clean
to avoid any weird issues that are already solved?