I am presently trying to install the Python wrapper of libffm stored in this Git repository. I cloned both the repositories as was suggested by the quick-start guide, but ran into the following error when running the 'make' command in terminal.
'fatal error: parallel/winpthreadsll.h: No such file or directory'
I attached a screenshot below for convenience. The funny thing is that when I check in the specified directory, 'winpthreadsll.h' does indeed exist. Thoughts on why this error occurs? Thanks!