## Description After doing all the steps in the README and executing `streamlit run streamlit.py` I see this error: `ModuleNotFoundError: No module named 'keyboard'` ## Workaround Install the package: `pip install keyboard`
Description
After doing all the steps in the README and executing
streamlit run streamlit.pyI see this error:ModuleNotFoundError: No module named 'keyboard'Workaround
Install the package:
pip install keyboard