-
Notifications
You must be signed in to change notification settings - Fork 373
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
Can't set up caiman in Ubuntu of wsl windows11 #1308
Comments
Thank you so much for your quick reply! |
Can you, inside the ubuntu environment, run the following command and send me the output?
(the dpkg commnand with that argument lists all debian packages installed on the system; we're looking for libegl1, which is an OpenGL library that it looks like OpenCV needs) |
I got nothing output |
Thank you so much! Appreciate it. sudo apt-get updateInstall libegl1-mesa-dev deb package: sudo apt-get install libegl1-mesa-devcaimanmanager install |
Happy that did the job. |
Please fill in the following for any issues
Your setup:
Traceback (most recent call last):
File "/home/shuai/miniforge3/envs/mescore/bin/caimanmanager", line 7, in
from caiman.caimanmanager import main
File "/home/shuai/miniforge3/envs/mescore/lib/python3.11/site-packages/caiman/init.py", line 4, in
from caiman.base.movies import movie, load, load_movie_chain, _load_behavior, play_movie
File "/home/shuai/miniforge3/envs/mescore/lib/python3.11/site-packages/caiman/base/movies.py", line 9, in
import cv2
ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
(mescore) shuai@Shuai:~$
The text was updated successfully, but these errors were encountered: