Gabryxx7 / chatbot-node-rasa

A simple chat bot based on Rasa NLU and developed with Node.js, Express and Socket.io as backend and HTML, CSS and Javascript with Jquery on the frontend side.
42 stars 12 forks source link

ModuleNotFoundError: No module named 'version' #1

Open NandhagopalJava007 opened 5 years ago

NandhagopalJava007 commented 5 years ago

sudo python3 -m rasa_nlu.train -c config-spacy.json this cmd throw on below error. Kindly help me.

Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.6/runpy.py", line 109, in _get_module_details import(pkg_name) File "/home/testing/.local/lib/python3.6/site-packages/rasa_nlu/init.py", line 5, in import version ModuleNotFoundError: No module named 'version'