My Visual code studio keep showing this error Scikit-image “OSError: [WinError 126] The specified module could not be found”

后端 未结 0 1882
闹比i
闹比i 2020-12-30 06:42

This is my code :

from skimage import io, img_as_float
import numpy as np
import cv2

img = img_as_float(io.imread("nucleus.jpg", as_gray=True))

ke         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题