ModuleNotFoundError: No module named 'streamlite'
is shown in browser

Void webpage
A red box is shown, with the following text:
Traceback:
File "/Users/alejandrosantillaniturres/Desktop/programming/python/streamlit/lib/python3.6/site-packages/streamlit/ScriptRunner.py", line 314, in _run_script
exec(code, module.__dict__)
File "/Users/alejandrosantillaniturres/Desktop/programming/python/streamlit/simple_example.py", line 1, in
import streamlite as st
no
$ streamlit version)$ python --version)I try to follow the first minute of the tutorial:
https://www.youtube.com/watch?v=B2iAodr0fOo
How to use Streamlit to create beautiful ML tools
streamlit hello Works perfect!
Hi @alelasantillan , this looks like just a typo in the script. An extra "e" that made it on the end of "streamlit":
ModuleNotFoundError: No module named 'streamlite'
is shown in browser
If this is one of our example scripts we posted somewhere, can you point me to the script so we can fix it?
Let me know if this helps!
Hi @alelasantillan , this looks like just a typo in the script. An extra "e" that made it on the end of "streamlit":
ModuleNotFoundError: No module named 'streamlite'
is shown in browserIf this is one of our example scripts we posted somewhere, can you point me to the script so we can fix it?
Let me know if this helps!
Ha ha, it fully helps! My fault. The bug is inside me!!!
Thanks for following up @alelasantillan !
Most helpful comment
Ha ha, it fully helps! My fault. The bug is inside me!!!