Custom channel - deploying issues

Hi, I’m trying to write a custom connector, but I can’t run rasa.

This command: rasa run --enable-api --credential ./examples/reminderbot/credentials.yml --debug resulted with this import error: ImportError: cannot import name ‘AsyncServer’ from ‘socketio’

I already tried tried to uninstall and reinstall python-socketio, but it didn’t helped.

Please help!

1 Like

you want to deploy on website??

No, I have a telephony integration for bot-frameworks, and I want to write a connector for rasa framework, but I can’t even start rasa because of this issue.

@nik202 I am facing the same issue with rasa 3.0.8 Could you please help on how this issue can be resolved? i have used both socketio 5.5.2 and socketio 5.7 versions to check, both versions are giving me the same error

@Meenu1 can you share the screenshot of the error?