i think i found the problem. All these times i’ve used the keyword python instead of python3. My bad. It was a environment issue. Since i used python3 interpreter with pip3 i thought my environment was ok. But i haven’t used python3 keyword before i run my code. My bad.
@Ghostvv thanks a lot for the help
am facing this issue too ,does new rasa has a problem,mine is saying “unresolved import for all rasa sdk and rasa core” like for all imports,why is that
Hi, I also ran into similar problem, rasa --version
Rasa Version : 3.6.0
Minimum Compatible Version: 3.5.0
Rasa SDK Version : 3.6.0
Python Version : 3.8.10
Operating System : Linux-5.15.0-75-generic-x86_64-with-glibc2.29
Python Path : , I created a virtual environment in Ubuntu with python 3.8.10 used for the environment. Any time i have ran the custom actions,py , i ran into the problem. Any help would welcome.