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: Ricardo Wurmus
Subject: Re: Python subprocess fails to execute Pip-installed module
Date: Sun, 16 Oct 2022 17:21:52 +0200
User-agent: mu4e 1.8.9; emacs 28.1

Pradana Adrinusa AUMARS <paumars@courrier.dev> writes:

> Running:
>
> import ray
> ray.init()
>
> fails since Python's subprocess needs to run an executable located in
>
> ~/.local/lib/python3.9/site-packages/ray/core/src/ray/gcs/gcs_server
>
> So the error is narrowed down to:
>
> import subprocess
> subprocess.Popen(["/home/user/.local/lib/python3.9/site-packages/ray/core/src/ray/gcs/gcs_server"])

Do you get an error message?
Does this executable exist?

-- 
Ricardo



reply via email to

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