-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
RuntimeError: "There is no current event loop" when running streamlit app with stpyvista #17
Comments
What version of |
``The version of However, after several attempts, I decided to downgrade the stpyvista version to see if it resolves the issue. After several downgrades, I found that the version that does not return any error is stpyvista version 0.0.11. (+) after i add this to my code:
|
👍 I was able to replicate your issue only if running python 3.9. No exception is raised if running python 3.10 or 3.11. I'll check what exactly is going wrong... |
It seems this issue has been solved as the Runtime Error is not raised anymore with the latest version of Tested with:
I'm closing this issue but feel free to reopen if I missed something. |
I am encountering a RuntimeError when attempting to run a Streamlit app that utilizes stpyvista for visualization. I run the example stpyvista code, which is this one:
However, when I did
run streamlit app.py
, I encounter the following error:Any guidance on resolving this issue would be greatly appreciated :)
Additional Information:
The text was updated successfully, but these errors were encountered: