Custom action server is not working

Hey this is Murugan , i have a little confusion regarding custom action server. while i run the custom action command in anaconda environment its works , but i run in local virtual environment it will not works …lets see the screen shots ,

Thanks in advance

hi @murugan - it looks like it works in both cases from your screenshots. I do see a warning in one case, looks like you have a different version installed in the two envs. As the warning says, the package was renamed from rasa_core_sdk to just rasa_sdk so you can change your code to import rasa_sdk

“Register Function for action enroll” …actually action enroll is the my custom action . but its triggers in anaconda environment , but its not trigger in normal environment …