libffm-python icon indicating copy to clipboard operation
libffm-python copied to clipboard

Doesn't install under windows

Open QuinRiva opened this issue 7 years ago • 2 comments

It looks like the Windows makefile hasn't been updated for the python wrapper.

QuinRiva avatar Dec 12 '17 07:12 QuinRiva

Oh I can compile under windows - but the windows makefile produces two executables (train and predict), rather than a shared library. Your python code requires an import of the libffm.so library, which is never created when compiled under windows. I hope that makes sense?

For reference, I have it working under ubuntu.

QuinRiva avatar Dec 14 '17 00:12 QuinRiva

Ok now it makes sense - probably because I modified only Makefile, and not Makefile.win. I cannot really test it on windows, so contributions are welcome.

alexeygrigorev avatar Dec 14 '17 08:12 alexeygrigorev