pyFM icon indicating copy to clipboard operation
pyFM copied to clipboard

install error

Open philip-fu opened this issue 7 years ago • 2 comments

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

philip-fu avatar Oct 20 '17 02:10 philip-fu

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 avatar Nov 06 '17 07:11 NehKulkarni

@NehKulkarni Your approach works pretty well to my situation! Thank you!

Jimmy880 avatar May 05 '18 12:05 Jimmy880