-
Notifications
You must be signed in to change notification settings - Fork 206
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
error for installing from sources for windows 10 #135
Comments
after adding manually needed files still there are many errors from Microsoft Windows [Version 10.0.16299.371] E:\Factorisation machens\how to install\fast_fm_installation\original_with_fastfmcore_added\fastFM-master>python setup.py build_ext --inplace E:\Factorisation machens\how to install\fast_fm_installation\original_with_fastfmcore_added\fastFM-master> |
duplicate #134 |
error is
Microsoft Windows [Version 10.0.16299.371]
(c) 2017 Microsoft Corporation. All rights reserved.
E:\Factorisation machens\how to install\fast_fm_installation\fastFM-master\fastFM-master>python setup.py build_ext --inplace
running build_ext
cythoning fastFM/ffm.pyx to fastFM\ffm.c
building 'ffm' extension
creating build
creating build\temp.win-amd64-3.6
creating build\temp.win-amd64-3.6\Release
creating build\temp.win-amd64-3.6\Release\fastFM
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IfastFM/ -IfastFM-core/include/ -IfastFM-core/externals/CXSparse/Include/ -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /TcfastFM\ffm.c /Fobuild\temp.win-amd64-3.6\Release\fastFM\ffm.obj
ffm.c
fastFM\ffm.c(523): fatal error C1083: Cannot open include file: '../fastFM-core/externals/CXSparse/Include/cs.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
E:\Factorisation machens\how to install\fast_fm_installation\fastFM-master\fastFM-master>
but similar package
https://github.com/coreylynch/pyFM
can be installed from source by using the same line
python setup.py build_ext --inplace
if to remove this line from setup file
libraries=["m"]
can you help top install your code
thanks
The text was updated successfully, but these errors were encountered: