am encountering import issue…it says unresolved import error in action.py
How does your import statement look like? What version of Rasa Open Source and Rasa SDK are you using?
Hello, I am not the original poster but I’m facing the same issue. Actions.py shows “unresolved reference rasa_sdk”. I have run “rasa --version” and can see:
Rasa Version : 2.4.3 Rasa SDK Version : 2.4.1 Rasa X Version : 0.38.1 Python Version : 3.6.13
Due to the error, my actions of course are not working. Although, I can run ‘rasa run actions’ and I can see the function is registered. I’m confused on what’s the issue for me.
Hi all, I am too facing this issue. May I know what is the possible fix for this? My rasa versions are as below: Rasa Version : 2.7.0 Minimum Compatible Version: 2.6.0 Rasa SDK Version : 2.7.0 Rasa X Version : 0.41.1 Python Version : 3.7.0 Operating System : Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-debian-bullseye-sid