ArtanisCV / StructuredForests

A Python Implementation for Piotr's ICCV Paper "Structured Forests for Fast Edge Detection".
BSD 2-Clause "Simplified" License
125 stars 37 forks source link

ImportError: Building module _RandomForests failed? #7

Open K-M-Ibrahim-Khalilullah opened 5 years ago

K-M-Ibrahim-Khalilullah commented 5 years ago

when going to run, it gives the following error: ImportError: Building module _RandomForests failed: ["distutils.errors.CompileError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.20.27508\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2\n"]

My environment: python 3.7 Windows 10

anas-899 commented 5 years ago

did you find any solution for this problem? I am getting same problem but with visual studio 2017. I think the module is built with 2015.

K-M-Ibrahim-Khalilullah commented 5 years ago

@anas-899 Not yet..