Skip to content
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

Unable to run bin/fxml.py #31

Open
RohitChaudharyCoupa opened this issue Apr 24, 2020 · 4 comments
Open

Unable to run bin/fxml.py #31

RohitChaudharyCoupa opened this issue Apr 24, 2020 · 4 comments

Comments

@RohitChaudharyCoupa
Copy link

While trying to run fxml.py, it is giving error :

  1. fastxml not found.This got resolved by moving fxml outside bin but after that other error popped-up
  2. inferencer module not found.
    I think it is unable to read inferencer.pyx. I had already pip installed cython.
@Refefer
Copy link
Owner

Refefer commented Apr 24, 2020

It sounds like you might not have compiled the library. Inside of your virtualenv, run python setup.py develop or python setup.py install.

@RohitChaudharyCoupa
Copy link
Author

Thank you! it worked.
Can you please share the official directory of Delicious 200K dataset?
Regards

@RohitChaudharyCoupa
Copy link
Author

When I am trying to train on delicious_tr_split.txt downloaded from http:https://manikvarma.org/downloads/XC/XMLRepository.html
I am facing JSON Decode errors(json.decoder.JSONDecodeError: Extra data: line 1 column 6 (char 5)).

@Rat-racer
Copy link

It sounds like you might not have compiled the library. Inside of your virtualenv, run python setup.py develop or python setup.py install.

It would be better to add this detail to the ReadME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants