Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #27

Open
philip-fu opened this issue Oct 20, 2017 · 2 comments
Open

install error #27

philip-fu opened this issue Oct 20, 2017 · 2 comments

Comments

@philip-fu
Copy link

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

@NehKulkarni
Copy link

NehKulkarni commented Nov 6, 2017

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! :)

@Jimmy880
Copy link

Jimmy880 commented May 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants