lzccccc/SMOKE

Implementation on Windows

HassanHotait opened this issue · 1 comments

Has anyone managed to build the extension on Windows?

python setup.py build develop returns errors on windows.

This is because ubuntu comes with gcc compiler by default, while with windows I see python is compiled with MSVC tools.

Any tips or technical information on whether this is possible or not are welcomed.

I have implemented training and testing under window, you can go to have a look. Thanks to the author for the source code.
smoke-window