最近使用到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
重启电脑即可

相关文章:

  • 2021-10-06
  • 2021-09-16
  • 2021-09-25
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2021-04-17
  • 2021-10-23
  • 2021-06-05
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案