Forum Discussion
satishupadhyay
2 years agoNew Member
Import cv2 error in the notebook
Hi, I am trying to read images using OpenCV resize and save them back to lakehouse. I have installed `%pip install opencv-python imutils` in the notebook but when I try to import cv2, it gives the ...
Anonymous
2 years agoNot applicable
looks like it's having trouble with a dependency. Try creating a new environment with the needed libraries pre-installed.
it will slow down your spark boot up time, but might solve the issue.