unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Pradana Adrinusa AUMARS <paumars@courrier.dev>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: Ricardo Wurmus <rekado@elephly.net>, help-guix@gnu.org
Subject: Re: Python subprocess fails to execute Pip-installed module
Date: Sun, 16 Oct 2022 20:53:17 +0200	[thread overview]
Message-ID: <8d054eb211fd79040d5238c08f1a8e130fd11d2e.camel@courrier.dev> (raw)
In-Reply-To: <871qr7zqw6.fsf@nckx>

Thank you for the explanation, Ricardo,

Thank you for the explanation Tobias,

I tried a simple solution by finding where my "ld" is located with
"whereis" and a symbolic link to "/lib64/ld-linux-x86-64.so.2".

Unfortunately, I get an Error 80 which means it used a corrupted shared
library.

I think it's better to package Ray natively into Guix, but it's time-
consuming since Ray is not a simple Python package. I was hoping for a
temporary solution, but I don't think I can find one. I'll try to use
another machine to make this project run.

Thank you anyways.

Le dimanche 16 octobre 2022 à 17:50 +0200, Tobias Geerinckx-Rice a
écrit :
> 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



  reply	other threads:[~2022-10-16 19:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-16 11:38 Python subprocess fails to execute Pip-installed module Pradana Adrinusa AUMARS
2022-10-16 15:21 ` Ricardo Wurmus
2022-10-16 15:37   ` Pradana Adrinusa AUMARS
2022-10-16 15:50     ` Tobias Geerinckx-Rice
2022-10-16 18:53       ` Pradana Adrinusa AUMARS [this message]
2022-11-12 22:46         ` Python subprocess fails to execute Pip-installed module / Packaging Python Ray Pradana Adrinusa AUMARS

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8d054eb211fd79040d5238c08f1a8e130fd11d2e.camel@courrier.dev \
    --to=paumars@courrier.dev \
    --cc=help-guix@gnu.org \
    --cc=me@tobias.gr \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).