moaw
moaw copied to clipboard
workshop: Analyzing Wildlife Data with Microsoft Fabric - import cv2 errors
I'm getting the error below, which seems that cv2 has a missing dependency? Is there something I should also install?
ImportError Traceback (most recent call last) Cell In[19], line 2 1 import urllib.request ----> 2 import cv2 3 import imutils 5 def download_and_resize_image(url, path, kind):
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
@Jcardif @BethanyJep