Top "Rasa-core" questions

Use this tag to mark questions related to Rasa Core.

TypeError: descriptor '__subclasses__' of 'type' object needs an argument while trying to import rasa_core

Trying to run a program that runs perfectly fine on my local machine, but on AWS I'm getting: TypeError: descriptor …

python python-3.x rasa-nlu rasa-core
ModuleNotFoundError: No module named 'gevent.wsgi'

I'm getting the following error while running a flask app: from gevent.wsgi import WSGIServer ModuleNotFoundError: No module named 'gevent.…

python python-3.6 wsgi gevent rasa-core