-
-
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): |
ran into this as well, it needs a lesser verison of steamlit to work as that specific command is no longer in steamlit >1.37.0 run |
This was helpful advice though it's streamlit instead of steamlit. Running these commands fixed the errors I was getting though unfortunately it isn't forwarding anything even though I'm very confident I have everything configured correctly. I tried both the user as the bot forwarding option. Both aren't working with two basic test channels. I think this program has had it's time. |
Ça marche pas qui a une solution |
I have the same problème do you have a solution |
I fixed this by stopping the UI, changing all instances in the code from st.experimental_rerun to st.rerun, and then running it again. If you bump into the issue again on the run page just do the same thing in the run page code. The error gives you the location of the issue in the files. Also keep in mind you need to press run and have it running for the bot to work. |
pls ho can i do it ? https://t.me/FK_MASTER1 my telegram |
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: