天天看點

【Python】解決skimage引用報錯問題

背景

最近使用到skimage進行圖像處理,引用時發現抱錯

ImportError: DLL load failed while importing _rolling_ball_cy: The specified module could not be found..

環境

Windows 10

Python3.9

解決辦法

系統缺少C++ Redistributable dll,下載下傳安裝

https://download.visualstudio.microsoft.com/download/pr/2250605e-e48f-43ed-ba6e-e0cc18bc530d/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe

重新開機電腦即可

原創作者:鄭立賽

郵箱:[email protected]

歡迎關注我們的公衆号擷取最新文章:運維自動化開發

【Python】解決skimage引用報錯問題
【Python】解決skimage引用報錯問題