pyFM
pyFM copied to clipboard
install error
I tried pip but i got this:
LINK : fatal error LNK1181: cannot open input file 'm.lib' error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe' failed with exit status 1181
Download the pyFM project After installing Visual C++ Build Tools, do the following: Remove the parameter : libraries=["m"] in the setup.py file and save it Run the setup.py using : python setup.py install
It worked for me.. hope it helps! :)
@NehKulkarni Your approach works pretty well to my situation! Thank you!