###前提・実現したいこと
お世話になっております。
python初心者で説明に不備があるかもしれませんが、宜しくお願いいたします。
pythonでFactorization Machinesを実装ようとしたのですが、
Webサイトの通りに実施しようとしたところ、pip installでつまづいてしまいました
参考:https://github.com/coreylynch/pyFM
###発生している問題・エラーメッセージ
「pip install git+https://github.com/coreylynch/pyFM」を実施したところ、下記のエラーが発生しました
Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\ \users\\appdata\\local\\temp\\pip-bfqbdw-build\\setup.py';f=getattr(to kenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();ex ec(compile(code, __file__, 'exec'))" install --record c:\users\appdata\ local\temp\pip-c1dpiu-record\install-record.txt --single-version-externally-mana ged --compile" failed with error code 1 in c:\users\appdata\local\temp\ pip-bfqbdw-build\
###該当のソースコード
pip install git+https://github.com/coreylynch/pyFM
###補足情報(言語/FW/ツール等のバージョンなど) 該当のソースコードを実施した際、下記のようなメッセージが出ました。 Collecting git+https://github.com/coreylynch/pyFM Cloning https://github.com/coreylynch/pyFM to c:\users\appdata\local\ temp\pip-bfqbdw-build Installing collected packages: pyfm Running setup.py install for pyfm ... error Complete output from command C:\Python27\python.exe -u -c "import setuptools , tokenize;__file__='c:\\users\\appdata\\local\\temp\\pip-bfqbdw-build \\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\ r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c: \users\appdata\local\temp\pip-c1dpiu-record\install-record.txt --single -version-externally-managed --compile: running install running build running build_py creating build creating build\lib.win32-2.7 creating build\lib.win32-2.7\pyfm copying pyfm\pylibfm.py -> build\lib.win32-2.7\pyfm copying pyfm\__init__.py -> build\lib.win32-2.7\pyfm running build_ext cythoning pyfm_fast.pyx to pyfm_fast.c building 'pyfm_fast' extension creating build\temp.win32-2.7 creating build\temp.win32-2.7\Release C:\Program Files\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl. exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\lib\site-packages\numpy\c ore\include -IC:\Python27\include -IC:\Python27\PC /Tcpyfm_fast.c /Fobuild\temp. win32-2.7\Release\pyfm_fast.obj pyfm_fast.c c:\python27\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_ap i.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_N O_DEPRECATED_API NPY_1_7_API_VERSION pyfm_fast.c(2485) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(2519) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(2550) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(3102) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(3163) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(3194) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(3508) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4087) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4149) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4160) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4693) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4754) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(4792) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(5179) : warning C4018: '<' : signed/unsigned mismatch pyfm_fast.c(5261) : warning C4018: '<' : signed/unsigned mismatch C:\Program Files\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\lin k.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python2 7\PCbuild m.lib /EXPORT:initpyfm_fast build\temp.win32-2.7\Release\pyfm_fast.obj /OUT:build\lib.win32-2.7\pyfm_fast.pyd /IMPLIB:build\temp.win32-2.7\Release\pyf m_fast.lib /MANIFESTFILE:build\temp.win32-2.7\Release\pyfm_fast.pyd.manifest LINK : fatal error LNK1181: cannot open input file 'm.lib' error: command 'C:\\Program Files\\Common Files\\Microsoft\\Visual C++ for P ython\\9.0\\VC\\Bin\\link.exe' failed with exit status 1181
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/11/06 09:49
2016/11/06 10:08
2016/11/06 10:09
2016/11/06 10:11