I'm trying to run cv2 in Deepnote, but when I do it I get the following error:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I have proved the following:
!pip install ffmpeg libsm6 libxext6
!pip install libgl1-mesa-dev
But when I run it, I have this error:
Could not find a version that satisfies the requirement...
No matching distribution found for...
Does anyone know how to import cv2 in Deepnote, can you help me!
Thanks!