No module named 'rasa_sdk_plugins'

when i start action server, there is a error occur as below: 2023-06-19 17:20:44 INFO rasa_sdk.endpoint - Starting plugins… 2023-06-19 17:20:44 INFO rasa_sdk.plugin - No plugins found Traceback (most recent call last): File “C:\ProgramData\Miniconda3\envs\rasa3\lib\site-packages\rasa_sdk\plugin.py”, line 26, in _discover_plugins import rasa_sdk_plugins ModuleNotFoundError: No module named ‘rasa_sdk_plugins’

3 Likes

Same here…

Hi @ncut564227621,

What is the Rasa version that you are running with?

I am facing the same issue my rasa version is 3.6.0

Same issue! I’ve used python -m venv ./venv for virtual environment, python version 3.10, rasa version 3.6.0, operating system Linux-5.19.0-46-generic-x86_64-with-glibc2.35

Try to downgrade your rasa to 3.5.0 version. That worked for me) (command: pip3 uninstall rasa && pip3 install rasa==3.5.0)

1 Like

I believe Rasa3.6 was recently launched, There may be some broken issues in the library. Try with Rasa 3.5

Ensure that you are using the latest versions of Rasa and Rasa SDK. You can use the command pip install --upgrade rasa and pip install --upgrade rasa-sdk to update the packages to their latest versions. Double-check the configuration of your action server. Ensure that the endpoints.yml file is correctly configured and pointing to the right endpoints for your actions. myfedloan

Hello

I just wanted to confirm this is Rasa 3.6 issue, will get back soon on this.

I’m also facing this issue with rasa 3.6

This works! thank you,

1 Like

i am also having he same issue for the version 3.6.0. i will also try degrading it and i will check. but there is a dobt. whtever the version is, in the local, evne if i get this error, i am able to run the flow properly. But once i upload it to the server and check it there, the flow is completely wrong. it randomly does something. the code is exactly the same. if i check the log, either there will be no error, or this “no module” error woldv’e occured and it would’ve proceeded to run . so will this no module error can cause any changes to the code’s working flow also?