-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: logger message to debug when plugins not found #995
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a changelog entry + a unit test for log check? 🙏🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡ 💯
* fix: logger message to debug when plugins not found * add changelog and test * fix:lint error * fix:lint error * amend test and log format --------- Co-authored-by: Anca Lita <[email protected]> (cherry picked from commit 2caaa67)
ModuleNotFoundError: No module named 'rasa_sdk_plugins' |
@xxm1668 - what is the version you are trying to install? please install |
i find rasa==3.5.0 rasa-sdk==3.5.0,it works!!! |
this change was only implemented in |
Proposed changes:
logger.info
when plugins not found tologger.debug
Status (please check what you already did):
black
(please check Readme for instructions)