Skip to content
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

Open
urbenx opened this issue Nov 24, 2024 · 5 comments
Open

Comments

@urbenx
Copy link

urbenx commented Nov 24, 2024

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()
^^^^^^^^^^^^^^^^^^^^^

@ferelking242
Copy link

i have the same problem please help

AttributeError: module 'streamlit' has no attribute 'experimental_rerun'
Traceback:
File "C:\Users\Admin\my-tgcf.venv\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "C:\Users\Admin\my-tgcf.venv\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "C:\Users\Admin\my-tgcf.venv\Lib\site-packages\tgcf\web_ui\pages\3_🔗_Connections.py", line 112, in
st.experimental_rerun()

@JorgaWetzel
Copy link

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
result = func()
^^^^^^
File "C:\Temp\my-tgcf.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "C:\Temp\my-tgcf.venv\Lib\site-packages\tgcf\web_ui\pages\5_🏃_Run.py", line 102, in
st.experimental_rerun()
^^^^^^^^^^^^^^^^^^^^^

@kpbll
Copy link

kpbll commented Dec 13, 2024

+1

1 similar comment
@s0ldi3r4
Copy link

+1

@storm1637
Copy link

+1 Getting the same error running Python 3.10 in Ubuntu 24.04

2024-12-22 14:12:41.969 Uncaught app execution
Traceback (most recent call last):
File "/home//my-tgcf/.venv/lib/python3.10/site-packages/tgcf/web_ui/pages/5_🏃_Run.py", line 68, in
os.kill(CONFIG.pid, signal.SIGCONT)
ProcessLookupError: [Errno 3] No such process

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home//my-tgcf/.venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/home//my-tgcf/.venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/home//my-tgcf/.venv/lib/python3.10/site-packages/tgcf/web_ui/pages/5_🏃_Run.py", line 75, in
st.experimental_rerun()
AttributeError: module 'streamlit' has no attribute 'experimental_rerun'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants