0

I tried to run a python script I did not created that uses libraries I got with it (as .so files). Every time I try to run it I get the same problem: ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory The documentations file attached to the script claims that if I get this problem I need the libpython3.8 package. I work on raspberry pi 4 with the newest OS (64-bit, Bookworm).

I tried to find ways to install "libpython3.8" but I couldn't understand what to do. I ran it both on python 3.11 which is the one I had pre-installed, and also on python 3.8 which the documentation said was required. Both produced the same problem. I also tried running the script on an older OS (32-bit, Bullseye).

I couldn't find any file named libpython3.8-something, as was suggested in other answers to other questions...

3

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.