hydralit 1.0.12 and streamlit 1.9.0
See original GitHub issueHi !
When I try to implement hydralit 1.0.12 in my App (I use streamlit 1.9.0) the following error occurs:
from streamlit.script_run_context import get_script_run_ctx
ModuleNotFoundError: No module named 'streamlit.script_run_context'
It would be great if you could fix this. Thank you for sharing hydralit with us! 😃
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
hydralit - PyPI
The Hydralit package is a wrapping and template project to combine multiple independant (or somewhat dependant) Streamlit applications into a multi-page ...
Read more >Error deploying streamlit application-how to fix it?
I am trying to deploy this application: GitHub - creativitylabb/prediction_app I am using python 3.7 and conda to install the requirements.
Read more >Error importing hydralit: "ModuleNotFoundError: No module ...
This solved my problems with the import of hydralit. Versions of packages: streamlit=1.9.0 HydraLit=1.0.12. Hope this helps others.
Read more >add app · SaulLu/test-hydralit at 5e3a6e4 - Hugging Face
+ App to summarise streamlit docs v0.81.0 for quick reference. 4. + There is also an accompanying ... + from hydralit import HydraHeadApp....
Read more >导入hydralit时出错。"ModuleNotFoundError。没有名 ... - 七牛云
This solved my problems with the import of 水力发电. 包的版本。 streamlit=1.9.0 HydraLit=1.0.12. Hope this helps others. TangleSpace. 发布于 2022-09-16.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same bug for me, I think 4fd90e807a0da1c4e95b6bd31f1b15f4204a3918 fixes, @TangleSpace can you upload the version with this commit to PyPi ?
New version 1.0.13 release now supports Streamlit >=1.9, until Streamlit decide to change more shit and break Hydralit again.