So I have a college assignment with the image processing theme I have downloaded the libraries needed for image processing ranging from numpy, pandas, skimage, cv2, matplotlib. suddenly when the merun code appears instead ” ImportError Traceback (most recent call last)
Cell In[1], line 1
—-> 1 import cv2
2 from matplotlib import pyplot as plt
4 # Membaca gambar
ImportError: DLL load failed while importing cv2: The specified module could not be found.”
code im run it: import numpy as np
import pandas as pd
import cv2 as cv
from google.colab.patches import cv2_imshow # for image display
from skimage import io
from PIL import Image
import matplotlib.pylab as plt
I have checked the installation but there is nothing wrong, please guide
I have tried to check my library installation who knows if something has not been installed correctly but the installation is correct and I hope the instructions to fix this
Libra KS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1