数字图像处理课程用到scikit-image,但一直报错找不到指定程序
Traceback (most recent call last):
File "C:\Users\卿\AppData\Roaming\Python\Python39\site-packages\skimage_init_.py", line 151, in
from ._shared import geometry
ImportError: DLL load failed while importing geometry: 找不到指定的程序。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/卿/Desktop/1.py", line 1, in
from skimage import io
File "C:\Users\卿\AppData\Roaming\Python\Python39\site-packages\skimage_init_.py", line 154, in
raise_build_error(e)
File "C:\Users\卿\AppData\Roaming\Python\Python39\site-packages\skimage_init.py", line 131, in _raise_build_error
raise ImportError("""%s
ImportError: DLL load failed while importing geometry: 找不到指定的程序。
It seems that scikit-image has not been built correctly.
Your install of scikit-image appears to be broken.
Try re-installing the package following the instructions at:
https://scikit-image.org/docs/stable/install.html
求指点😭
我来帮你安装吧