Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.1k views
in Technique[技术] by (71.8m points)

python - ImportError: DLL load failed while importing _rolling_ball_cy:

I am a newbie to Python and working on a small opencv application. I need local_threshold from scikit-image but getting below error :

Traceback (most recent call last): File "D:/Projects/Python/Document_Scanner/main.py", line 6, in from skimage.filters import threshold_local File "C:Users ash2AppDataLocalProgramsPythonPython38-32libsite-packagesskimagefilters_init_.py", line 4, in from .edges import (sobel, sobel_h, sobel_v, File "C:Users ash2AppDataLocalProgramsPythonPython38-32libsite-packagesskimagefiltersedges.py", line 18, in from ..restoration.uft import laplacian File "C:Users ash2AppDataLocalProgramsPythonPython38-32libsite-packagesskimage estoration_init_.py", line 13, in from .rolling_ball import rolling_ball, ball_kernel, ellipsoid_kernel File "C:Users ash2AppDataLocalProgramsPythonPython38-32libsite-packagesskimage estoration olling_ball.py", line 3, in from ._rolling_ball_cy import apply_kernel, apply_kernel_nan ImportError: DLL load failed while importing _rolling_ball_cy: The specified module could not be found.

I tried reverting to older version of scikit-image , but still getting error. My current version of scikit-image is 0.18.0


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I was able to get it work by reinstalling python on my machine. Hope it helps somebody.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...