I'm trying to install a Python package called pyFM using Python 3.5.1 (64 bit) on a Windows 10 64bit machine. It's giving me the following error:
LINK : fatal error LNK1181: cannot open input file 'm.lib'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\amd64\\link.exe' failed with exit status 1181
To try to solve this, I tried installing Visual Studio 2015 with Python Toolkit as well, but this error is still coming.
I have also tried building/installing pyFM using Visual Studio 2015 Developer Command Prompt.
What else can I do to solve this ?
Please note that I'm using Python 3.5.1 (64 bit)