We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After doing all the steps in the README and executing streamlit run streamlit.py I see this error:
streamlit run streamlit.py
ModuleNotFoundError: No module named 'keyboard'
Install the package:
pip install keyboard
The text was updated successfully, but these errors were encountered:
I've got this update in a feature branch I'd like to push up..
Sorry, something went wrong.
@medright awesome!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: