When attempting to add spacy to my pipeline in the same way listed as Components and then training my model with rasa train
, I run into the following error:
I have definitely installed spacy on my environment and when I do python -m spacy validate
, it shows the model has successfully loaded:
This is all my config.yaml file has:
language: en
pipeline:
name: “SpacyNLP”
model: “en_core_wb_md”
case_sensitive: False
And this is my version of rasa:
Any help would be appreciated