【Opencv-Python】读取文件imread()出现的问题

img

我只要用
img = cv2.imread("绝对路径")
就必会出现那个TypeError:imread()takes 0 positional arguments but 1 was given
这个问题