ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
406 stars 191 forks source link

dll load failed when import vigra.vigranumpycore #557

Open ramdhan1989 opened 6 months ago

ramdhan1989 commented 6 months ago

Hi I got this error: import vigra.vigranumpycore as vigranumpycore ImportError: DLL load failed: The specified procedure could not be found. any idea how to solve this? I installed it following this repo https://github.com/constantinpape/elf

Thank you