BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Sample (python/wip/python_tornado/02.echo-bot) fails due to not finding the aiohttp module
Context
For more information, see the parent issue. #3436
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: python/wip/python_tornado/02.echo-bot
Describe the bug
The Bot throw the error ModuleNotFoundError: No module named 'aiohttp'. at startup time.
| Bots | Status |
|---|---|
| samples/python/wip/python_tornado/02.echo-bot | • Work in Progress folder. • Fails due to, ModuleNotFoundError: No module named 'aiohttp'. |
Expected behavior
Being able to communicate with the bot.
Actual behavior
Fails at startup due to the missing aiohttp module.
@sw-joelmut @LeeParrishMSFT What is the status please?
Removed sample