-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
AttributeError: module 'streamlit' has no attribute 'experimental_rerun' #630
Comments
i have the same problem please help AttributeError: module 'streamlit' has no attribute 'experimental_rerun' |
Same here: File "C:\Temp\my-tgcf.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling |
+1 |
1 similar comment
+1 |
+1 Getting the same error running Python 3.10 in Ubuntu 24.04 2024-12-22 14:12:41.969 Uncaught app execution During handling of the above exception, another exception occurred: Traceback (most recent call last): |
When I try to run the script I get this, any solutions?:
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\tgcf\web_ui\pages\5_🏃_Run.py", line 102, in
st.experimental_rerun()
^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: