Unable to run bin/fxml.py
While trying to run fxml.py, it is giving error :
- fastxml not found.This got resolved by moving fxml outside bin but after that other error popped-up
- inferencer module not found. I think it is unable to read inferencer.pyx. I had already pip installed cython.
It sounds like you might not have compiled the library. Inside of your virtualenv, run python setup.py develop or python setup.py install.
Thank you! it worked. Can you please share the official directory of Delicious 200K dataset? Regards
When I am trying to train on delicious_tr_split.txt downloaded from http://manikvarma.org/downloads/XC/XMLRepository.html I am facing JSON Decode errors(json.decoder.JSONDecodeError: Extra data: line 1 column 6 (char 5)).
It sounds like you might not have compiled the library. Inside of your virtualenv, run
python setup.py developorpython setup.py install.
It would be better to add this detail to the ReadME.