Make train-core ERROR

Hello there!

I tried to make work the rasa starter pack, and got everything right until the make train-core command, i been searching for a similar post but couldn’t find it. This is what i get.

Jmgsx-MacBook:starter-pack-rasa-stack jmgsx$ make train-core python3 -m rasa_core.train -d domain.yml -s data/stories.md -o models/current/dialogue -c policies.yml /Users/jmgsx/rasa_nlu/rasa_core/init.py:12: UserWarning: The ‘rasa_core’ package hase been renamed. You should change your imports to use ‘rasa.core’ instead. UserWarning, Traceback (most recent call last): File “/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py”, line 193, in _run_module_as_main “main”, mod_spec) File “/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py”, line 85, in _run_code exec(code, run_globals) File “/Users/jmgsx/rasa_nlu/rasa/core/train.py”, line 265, in "Calling rasa.core.train directly is " RuntimeError: Calling rasa.core.train directly is no longer supported. Please use rasa train core instead. make: *** [train-core] Error 1 Jmgsx-MacBook:starter-pack-rasa-stack jmgsx$

My versions:

Python 3.7.3 rasa 0.15.0a6 /Users/jmgsx/rasa_nlu rasa-core-sdk 0.13.0
rasa-nlu 0.15.0a4

Any advice? Thanks in advance.

Your versions look strange. Can you use the latest releases, i.e. rasa_nlu 0.15.0, rasa_core 0.14.4 and rasa_core_sdk 0.14.0?