As discussed:
Downgrad to pip install rasa==2.7.1
and pip install rasa-sdk==2.7.0
then install:
pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple
Always check the version whilst using rasa --version
and other trick, which I shared with you.
Some errors:
ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’ try running pip install SQLAlchemy==1.3.22 should fix it.)
And, if you get an error not being able to import yaml then run pip install pyyaml.
Even loop closed/ I’m cross check this, but If you able to work with rasa-x ignore this error:
- Go to the directory: venv/Lib/site-packages/rasa/core/channels/console.py
- Change the default value of DEFAULT_STREAM_READING_TIMEOUT_IN_SECONDS to more than 10, what ever time you required.
For creating a fresh environment, without disturbing the current working code, you can ref this:
For Rasa Courses:
- [Official] Rasa Certification Workshop
- Rasa Advanced Custom Actions, Forms, & Responses Workshop
- Rasa Advanced Deployment Workshop
- [Free] Rasa for Beginners
Good Luck! I Hope this will solve your issue