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 !
AI and Machine Learning - Error loading open cv python dependencies
Related questions
- Could not connect to remote process. Aborting debug session. Attach Debugger OK button
2898
19.06.2021 06:47
- Changing my VAT EU no
2590
13.06.2022 09:38
- Connect to MYSQL in OVH cloud, with python that consisted of SSH possibility
2003
11.03.2021 09:46
- Syslog-ng and postgresql connection logs
1998
31.01.2022 10:45
- I can't find my country in the contact details!
1776
12.12.2021 20:02
- Chatbot and rasa python library
1765
09.05.2021 09:12
- About the AI Training category
1732
08.12.2020 16:21
- Ovhai CLI : Deserialize error
1707
11.06.2021 13:29
- About the Discuss AI category
1582
08.12.2020 16:20
- POST on an Object Storage
1478
27.10.2022 14:30