BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (python/44.prompt-for-user-input) fails due to, missing recognizers_number and recognizers_date_time dependencies in the requirements.txt
Context
For more information, see the parent issue. #3436.
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: 44.prompt-for-user-input
Describe the bug
While testing these bots, we found out that it fails due to, missing recognizers_number and recognizers_date_time dependencies in the requirements.txt
Here's a list of all the cases we found
| Bots | Status |
|---|---|
| python/44.prompt-for-user-input | • Fails due to, missing recognizers_number and recognizers_date_time dependencies in the requirements.txt.• Adding the dependencies to the requirements.txt solved the issue. |
Expected behavior
Bots work out the box using the provided deployment templates and configuration.
Actual behavior
Manual installation of required dependency was needed.