Skip to content
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

workshop: Analyzing Wildlife Data with Microsoft Fabric - import cv2 errors #92

Open
kevarnold972 opened this issue Nov 12, 2023 · 1 comment

Comments

@kevarnold972
Copy link

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

@sinedied
Copy link
Collaborator

@Jcardif @BethanyJep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants