import cv2 import matplotlib.pyplot as plt img = cv2.imread(\'eight.png\') plt.imshow(img)
and the error is
Ty