Not able to import eel module in Action script

Want to fetch a variable value from my index.html and send that value to one of the action class. I tried performing this task using Eel python package separately but when I try to run the same code with action script I am getting ModuleNotFoundError: No module named ‘eel’.

Could anyone please help me to get this working.

@Prskriti What version of Rasa Open Source are you using? Can you share your endpoints.yml and actions.py files?

@tyd Here is the Rasa version: 1.9.5 which I am using. Below are endpoints.yml and actions.py files. endpoints.yml (2.8 KB) action.py (1.6 KB)

@Prskriti I see in the error above the file is in the current working directory and named actions.py instead of action.py. However, the file you shared is action.py. Just want to confirm you have that correct?

I tried to reproduce this problem with your actions and endpoints files, and it worked for me without any errors :thinking:

I have script named actions.py in my project directory. If possible can u please share the screenshot of action server running in debug mode