Rasa Open Source 3.6 launched πŸš€

Greetings Community,

Happy to announce the release of Rasa OSS 3.6; it comes with improvements like, building docker containers for arm64, Updated knowledge base action docs to reflect the improvements made in knowledge base actions, updated tensorflow to 2.11.1 version, support for location data from WhatsApp on twilio channel, and much more. Check out the bug fixes and improvements here. Python 3.7 support is also removed as announced previously here.

Also, a major announcement regarding Markers, as markers, was an experimental feature, since it’s challenging to set up and use, It will be removed in the next version i.e., Rasa OSS 3.7.

1 Like

I started using 3.6 version. My Action server is running but I’m facing an error in custom actions server.

2023-06-26 18:01:48 INFO     rasa_sdk.endpoint  - Starting plugins...
2023-06-26 18:01:48 INFO     rasa_sdk.plugin  - No plugins found
Traceback (most recent call last):
  File "C:\Users\hussain9453\Desktop\Rasa3.6\env\lib\site-packages\rasa_sdk\plugin.py", line 26, in _discover_plugins
    import rasa_sdk_plugins
ModuleNotFoundError: No module named 'rasa_sdk_plugins'
2023-06-26 18:01:48 INFO     rasa_sdk.endpoint  - Action endpoint is up and running on http://0.0.0.0:5055

Please refer this, Error when running custom action: "ModuleNotFoundError: No module named 'rasa_sdk'" make sure your python is updated too.

1 Like

Hi, The above error is a bug we are addressing right now. It however does not impact the run of the action server.

1 Like