Trouble installing sklearn_crfsuite

SOLVED

Having a problem with crf-suite

ERROR

Failed building wheel for python-crfsuite …

Exception: Not all required packages are installed. To use this pipeline, you need to install the missing dependencies. Please install sklearn_crfsuite

Understood that all packages need to be installed to use the pipeline but I tried to install several times … Anyone know whats up?

Could you do a pip freeze so I can see if you are missing the sklearn_crfsuite ?

Thanks

Hey @MHWithnail run this command : pip install sklearn_crfsuite

1 Like

Thanks @JiteshGaikwad but that is what was giving me the problem - I needed to run the ‘conda install’

Which means I figured it out … but thank you all the same Jitesh!

Of course I have a new problem - I think because of using anaconda.

After I successfully run the train-nlu package … when I try the “make run-nlu” command I get the following.


make: *** No rule to make target `run-nlu’. Stop.


Am I in the wrong directory or something

Thanks for your help JG!

best

Jim

Disregard

Thanks @NicoCoallier I needed to run the ‘conda install’

Which means I figured it out … but thank you all the same Nico!

Of course I have a new problem - I think because of using anaconda.

After I successfully run the train-nlu package … when I try the “make run-nlu” command I get the following.

make: *** No rule to make target `run-nlu’. Stop.

Am I in the wrong directory or something

Thanks for your help Nico!

best

Jim

Hi @MHWithnail can you provide more information on what you are trying to achieve and the command line you have run ?

Sure @NicoCoallier - I’m just trying to run the standard install with the starter package.

I can run the train-nlu sequence but can’t run the make run-nlu task and receive the following error


make: *** No rule to make target `run-nlu’. Stop.