Closed sandeeppandey456 closed 2 years ago
Hey please check the order of your command. There is no such module (pattern_matching_skill) in the directory skills. Hence there is the ModuleNotFoundError.
Skills has only the following directories: aiml_skill, dsl_skill, rasa_skill
try doing this
pip install deeppavlov==0.4.0
the tutorial has become obsolete after the newer versions
pattern_matching_skill
was removed in 0.7.0.
I have done a fresh installation of Deeppavlov in a new conda environment having Tensorflow 1.15.2.
I am trying to run the "hello_bot" tutorial program in spyder . However, it throws this error on the first line itself
from deeppavlov.skills.pattern_matching_skill import PatternMatchingSkill
Please help