help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python subprocess fails to execute Pip-installed module


From: Tobias Geerinckx-Rice
Subject: Re: Python subprocess fails to execute Pip-installed module
Date: Sun, 16 Oct 2022 17:50:41 +0200

Hi Pradana,

Pradana Adrinusa AUMARS 写道:
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for

And this file doesn't exist.

Prebuilt binary blobs don't mix well with Guix for this reason: they hard-code file names such as this one.

One (brand-)new work-around is

 $ guix shell -CF [PACKAGE…] [-- your command line]

E.g.,

$ guix shell -CF -- ./hello # random binary downloaded from Debian
 Hello, world!

which creates a virtual, backwards-compatible directory layout within the container.

This is a (glorious) hack, but it's no substitute for proper Guix packaging!

outputs that bash cannot find this file.

That error is criminally misleading. ‘A’ file, but not ‘this’ file. :-/

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]