make train-core python -m rasa.core.train -s data/stories.md -d domain.yml -o models/dialogue --debug /usr/lib/python3.6/runpy.py:125: RuntimeWarning: ‘rasa.core.train’ found in sys.modules after import of package ‘rasa.core’, but prior to execution of ‘rasa.core.train’; this may result in unpredictable behaviour warn(RuntimeWarning(msg)) Traceback (most recent call last): File “/usr/lib/python3.6/runpy.py”, line 193, in _run_module_as_main “main”, mod_spec) File “/usr/lib/python3.6/runpy.py”, line 85, in _run_code exec(code, run_globals) File “/usr/local/lib/python3.6/dist-packages/rasa-0.14.0a9-py3.6.egg/rasa/core/train.py”, line 246, in File “/usr/local/lib/python3.6/dist-packages/rasa-0.14.0a9-py3.6.egg/rasa/core/train.py”, line 217, in main File “/usr/local/lib/python3.6/dist-packages/rasa-0.14.0a9-py3.6.egg/rasa/core/train.py”, line 47, in create_argument_parser File “/usr/local/lib/python3.6/dist-packages/rasa-0.14.0a9-py3.6.egg/rasa/core/cli/train.py”, line 23, in add_compare_args File “/usr/local/lib/python3.6/dist-packages/rasa-0.14.0a9-py3.6.egg/rasa/core/cli/arguments.py”, line 14, in add_config_arg File “/home/banana/.local/lib/python3.6/site-packages/pkg_resources/init.py”, line 1145, in resource_filename self, resource_name File “/home/banana/.local/lib/python3.6/site-packages/pkg_resources/init.py”, line 1735, in get_resource_filename return self._extract_resource(manager, zip_path) File “/home/banana/.local/lib/python3.6/site-packages/pkg_resources/init.py”, line 1756, in _extract_resource timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) KeyError: ‘rasa/core/cli/…/default_config.yml’ Makefile:15: recipe for target ‘train-core’ failed make: *** [train-core] Error 1
try :#pip install -e .
Hi there @luluowang, welcome to the forum! If you’re still stuck on this problem, can you add a little more info on what you’re trying to do when you get this error? Also, it looks like you’re running the master versions, any specific reason why?
P.S. you can format code using the three ticks ``` above and below your code
like this!
It makes errors a lot easier to read and debug.