Issue while training Rasa NLU with Rasa1.3.3
NomanSaleem4 opened this issue · 10 comments
I do have the same issue, also using rasa 1.3.3
Rasa moved the list_files
function to another module: https://github.com/RasaHQ/rasa/blob/b8fd71c01207ce33ca11b2ee65320a769df61c8e/rasa/utils/io.py
Therefore, the import should be from rasa.utils.io import list_files
(not sure if that's the only breaking change though)
@nbeuchat thank you for pointing me to the correct location, I've released a new version (0.4.5) that anticipates the changed import location of these utility methods.
Hey @NomanSaleem4,
Can you please try updating rasa and rasa-composite-entities and then running the example training from this repo? If that works, you might have faulty training file.
i am using rasa==1.3.3 and the updated versio of composite entities, when i use rasa train nlu it works but when i use a my own script to train nlu model with composite entities it does not
Can you post your train file here? or at least the part that defines the composite entities?
@BeWe11 i tried rasa run instead of training through .py and it worked
@NomanSaleem4 great that it works now! There is an open issue #9 about problems loading the component when using the python API.