victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

installing Rasa-nlu facing error ModuleNotFoundError: No module named 'version' #131

Open shubhamjaiswal00 opened 6 years ago

shubhamjaiswal00 commented 6 years ago

python -m rasa_nlu.train -c config_spacy.json

Traceback (most recent call last): File "C:\Users\SGS-PC12\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Users\SGS-PC12\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 109, in _get_module_details import(pkg_name) File "C:\Users\SGS-PC12\AppData\Local\Programs\Python\Python36\lib\site-packages\rasa_nlu__init__.py", line 5, in import version ModuleNotFoundError: No module named 'version'