You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only may you please share how to install it for python 3 on widows computer
I use this advice #11
and get this message
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
e:\factirizatoin machine including FFM\code\pyFM_master_May5>python setup.py build_clib
running build_clib
e:\factirizatoin machine including FFM\code\pyFM_master_May5>
however when I run it from python
this error happen
File "E:\factirizatoin machine including FFM\code\pyFM_master_May5\myexampl.py", line 1, in
from pyfm import pylibfm
File "E:\factirizatoin machine including FFM\code\pyFM_master_May5\pyfm\pylibfm.py", line 4, in
from pyfm_fast import FM_fast, CSRDataset
builtins.ImportError: No module named 'pyfm_fast'
my friend try to install this on pytohn2 but he gets this error
An exception has occurred, use %tb to see the full traceback.
SystemExit: usage: main.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: main.py --help [cmd1 cmd2 ...]
or: main.py --help-commands
or: main.py cmd --help
error: option -f not recognized
The text was updated successfully, but these errors were encountered:
Only may you please share how to install it for python 3 on widows computer
I use this advice
#11
and get this message
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
e:\factirizatoin machine including FFM\code\pyFM_master_May5>python setup.py build_clib
running build_clib
e:\factirizatoin machine including FFM\code\pyFM_master_May5>
however when I run it from python
this error happen
File "E:\factirizatoin machine including FFM\code\pyFM_master_May5\myexampl.py", line 1, in
from pyfm import pylibfm
File "E:\factirizatoin machine including FFM\code\pyFM_master_May5\pyfm\pylibfm.py", line 4, in
from pyfm_fast import FM_fast, CSRDataset
builtins.ImportError: No module named 'pyfm_fast'
my friend try to install this on pytohn2 but he gets this error
An exception has occurred, use %tb to see the full traceback.
SystemExit: usage: main.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: main.py --help [cmd1 cmd2 ...]
or: main.py --help-commands
or: main.py cmd --help
error: option -f not recognized
The text was updated successfully, but these errors were encountered: