Re: it's a shame... python error over error

Liste des GroupesRevenir à cl python 
Sujet : Re: it's a shame... python error over error
De : aotto1968 (at) *nospam* t-online.de (aotto1968)
Groupes : comp.lang.python
Date : 13. Dec 2024, 21:56:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vji72m$3ju1l$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 13.12.24 19:24, Barry wrote:
 
On 13 Dec 2024, at 15:54, aotto1968 via Python-list <python-list@python.org> wrote:
>
HOME/ext/x86_64-suse-linux-gnu/debug/bin/python3: error while loading shared libraries: libpython3.12d.so.1.0: cannot open shared object file: No such file or directory
 This is a debug build?
 Try setting LD_LIBRARY_PATH to point at the folder that contains the .so.
Test with `ldd python3` which will show which .so libs python3 needs and if they are found.
 This is what I see on Fedora 41 as an example of the output.
 $ ldd /usr/bin/python3
         linux-vdso.so.1 (0x0000ffffb8515000)
         libpython3.13.so.1.0 => /lib64/libpython3.13.so.1.0 (0x0000ffffb7ea0000)
         libc.so.6 => /lib64/libc.so.6 (0x0000ffffb7cd0000)
         libm.so.6 => /lib64/libm.so.6 (0x0000ffffb7c20000)
         /lib/ld-linux-aarch64.so.1 (0x0000ffffb84d0000)
 Barry
 
the problem is *not* to setup an environment variable, the problem is that python is *not*
able to setup the *python* environment by it self.

Date Sujet#  Auteur
13 Dec 24 * it's a shame... python error over error15aotto1968
13 Dec 24 +* Re: it's a shame... python error over error2aotto1968
13 Dec 24 i`- Re: it's a shame... python error over error1aotto1968
13 Dec 24 +* Re: it's a shame... python error over error3Barry
13 Dec 24 i`* Re: it's a shame... python error over error2aotto1968
14 Dec 24 i `- Re: it's a shame... python error over error1Michael Torrie
14 Dec 24 +* Re: it's a shame... python error over error4Peter J. Holzer
14 Dec 24 i`* Re: it's a shame... python error over error3aotto1968
14 Dec 24 i +- Re: it's a shame... python error over error1Chris Angelico
15 Dec 24 i `- Re: it's a shame... python error over error1Michael Torrie
14 Dec 24 +- Re: it's a shame... python error over error1Michael Torrie
16 Dec08:08 `* Re: it's a shame... python error over error4aotto1968
16 Dec16:30  +- Re: it's a shame... python error over error1Peter J. Holzer
16 Dec20:06  +- Re: it's a shame... python error over error1Grant Edwards
18 Dec05:30  `- Re: it's a shame... python error over error1Michael Torrie

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal