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

libIlmImf-2_5.so.25: cannot open shared object file #4

Open
utdrmac opened this issue Mar 17, 2023 · 2 comments
Open

libIlmImf-2_5.so.25: cannot open shared object file #4

utdrmac opened this issue Mar 17, 2023 · 2 comments

Comments

@utdrmac
Copy link

utdrmac commented Mar 17, 2023

I'm not sure what to do here to fix this issue.

$ python3.9 -m venv webcamd
$ cd webcamd/
$ source bin/activate
$ pip3.9 install webcamd
...
Successfully installed PIL-Tools-1.1.0 Pillow-9.4.0 certifi-2022.12.7 charset-normalizer-3.1.0 idna-3.4 numpy-1.24.2 opencv-python-4.5.3.56 requests-2.28.2 urllib3-1.26.15 webcamd-1.0.1

$ webcamd --help
Traceback (most recent call last):
  File "/home/pi/webcamd/bin/webcamd", line 5, in <module>
    from webcamd.__main__ import main
  File "/home/pi/webcamd/lib/python3.9/site-packages/webcamd/__main__.py", line 1, in <module>
    import cv2
  File "/home/pi/webcamd/lib/python3.9/site-packages/cv2/__init__.py", line 5, in <module>
    from .cv2 import *
ImportError: libIlmImf-2_5.so.25: cannot open shared object file: No such file or directory


$ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster

$ uname -a
Linux raspicam 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
@Gaofan666
Copy link

i have the same issue

@Gaofan666
Copy link

maybe you can run this command to download the lib: sudo apt-get insall libopenexr23 or sudo apt-get insall libopenexr25

MrDrache333 pushed a commit to MrDrache333/webcamd that referenced this issue Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants