Hi !
I'm trying out the AI Notebook service to train a computer vision model. One of the library I use on my local computer is open-cv. When I try to import open-cv in my notebook environment I get a dependency error
import cv2
File "/workspace/.local/lib/python3.9/site-packages/cv2/__init__.py", line 8, in
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I'm using the miniconda image (conda - conda-py39-cuda11.2-v0.5-beta). I've also tried with other images like ovh image and tensorflow image and got the same issue.
Is there anything I can do to install the dependency myself ?
Thanks !
Error loading open cv python dependencies
Related questions
- Could not connect to remote process. Aborting debug session. Attach Debugger OK button
2125
19.06.2021 06:47
- Connect to MYSQL in OVH cloud, with python that consisted of SSH possibility
1368
11.03.2021 09:46
- Syslog-ng and postgresql connection logs
1314
31.01.2022 10:45
- I can't find my country in the contact details!
1211
12.12.2021 20:02
- Changing my VAT EU no
1121
13.06.2022 09:38
- Chatbot and rasa python library
1098
09.05.2021 09:12
- Ovhai CLI : Deserialize error
1085
11.06.2021 13:29
- About the AI Training category
750
08.12.2020 16:21
- POST on an Object Storage
740
27.10.2022 14:30