Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: libopenvino.so.2450: cannot open shared object file: No such file or directory #353

Open
3 tasks done
shubhamgajbhiye1994 opened this issue Dec 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@shubhamgajbhiye1994
Copy link

OpenVINO Version

latest version

Operating System

Other (Please specify in description)

Device used for inference

CPU

Framework

PyTorch

Model used

NuExtract-tiny

Issue description

RuntimeError: Cannot load library '/home/Projects/py310/lib/python3.10/site-packages/openvino_tokenizers/lib/libopenvino_tokenizers.so': libopenvino.so.2450: cannot open shared object file: No such file or directory

Step-by-step reproduction

I am trying to convert tokenzier of model into openvino tokenizer there i am facing this issue. ubuntu version 22.04 (WSL)

Relevant log output

ldd /home/Projects/py310/lib/python3.10/site-packages/openvino_tokenizers/lib/libopenvino_tokenizers.so
        linux-vdso.so.1 (0x00007ffc71d92000)
        libcore_tokenizers.so => /home/Projects/py310/lib/python3.10/site-packages/openvino_tokenizers/lib/libcore_tokenizers.so (0x00007faad1751000)
        libopenvino.so.2450 => /home/Projects/py310/lib/python3.10/site-packages/openvino/libs/libopenvino.so.2450 (0x00007faad07ea000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007faad07dd000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007faad07d8000)
        libtbb.so.12 => /home/Projects/py310/lib/python3.10/site-packages/openvino/libs/libtbb.so.12 (0x00007faad0770000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007faad0544000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007faad045d000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007faad043d000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007faad0214000)
        /lib64/ld-linux-x86-64.so.2 (0x00007faad3abb000)

Issue submission checklist

  • I'm reporting an issue. It's not a question.
  • I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
  • There is reproducer code and related data files such as images, videos, models, etc.
@shubhamgajbhiye1994 shubhamgajbhiye1994 added the bug Something isn't working label Dec 17, 2024
@ilya-lavrenov
Copy link
Contributor

But as we can see, the library is found:

libopenvino.so.2450 => /home/Projects/py310/lib/python3.10/site-packages/openvino/libs/libopenvino.so.2450 (0x00007faad07ea000)

Could you please provide output of pip install | grep openvino ?

@ilya-lavrenov ilya-lavrenov transferred this issue from openvinotoolkit/openvino Dec 17, 2024
@geeky33
Copy link

geeky33 commented Dec 28, 2024

.take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants