python-ffm icon indicating copy to clipboard operation
python-ffm copied to clipboard

import error

Open lxin81 opened this issue 6 years ago • 1 comments

Traceback (most recent call last): File "sklearn-example.py", line 7, in from ffm import FFM, FFMFormatPandas, FFMData, save_data File "/media/lx/项目/tx/python-ffm/ffm/init.py", line 1, in from .ffm import * File "/media/lx/项目/tx/python-ffm/ffm/ffm.py", line 5, in libffm_file = [i for i in os.listdir(path) if i.startswith('libffm.')][0] IndexError: list index out of range

lxin81 avatar May 17 '18 15:05 lxin81

同样问题

zenwan avatar Jul 26 '18 05:07 zenwan