Error entering SDK

So, i’m using Ubuntu 18.04.4 to run everything. I can’t download the SDK. I’m following the documentations but the following error always appears:

Any ideas on how to proceed?

2020-02-18 11:26:30 INFO rasa_sdk.endpoint - Starting action endpoint server… 2020-02-18 11:26:30 ERROR rasa_sdk.executor - Failed to register package ‘actions’. Traceback (most recent call last): File “/home/meta/.local/lib/python3.6/site-packages/rasa_sdk/executor.py”, line 206, in register_package self._import_submodules(package) File “/home/meta/.local/lib/python3.6/site-packages/rasa_sdk/executor.py”, line 191, in _import_submodules package = importlib.import_module(package) File “/usr/lib/python3.6/importlib/init.py”, line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “”, line 994, in _gcd_import File “”, line 971, in _find_and_load File “”, line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named ‘actions’

Hi @eric-hertzog. Do you get any errors when you installing just the sdk with pip install rasa-sdk ?

No, i don’t get any.

Hmm, then I think it’s something going on with your project. Do you have your actions.py in the same directory as the rest of your Rasa assistant files?