FERELKING242

Results 5 comments of FERELKING242

i have the same problem Traceback (most recent call last): File "main.py", line 26, in File "logging\__init__.py", line 2003, in basicConfig File "logging\__init__.py", line 1146, in __init__ File "logging\__init__.py", line...

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...

> 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 pip uninstall...

> > 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 pip...

> 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...