It is running great on my local machine.
And it was successfully uploaded to RSConnect Server, however, it throws the following error when trying to start the app.
“ImportError: cannot import name ‘bootstrap’ from ‘streamlit’”
2022/09/28 15:02:59.540981519 arguments: /opt/python/3.8.10/bin/python3.8 /opt/rstudio-connect/python/run_app.py
2022/09/28 15:02:59.541017491
2022/09/28 15:03:00.923970224 Traceback (most recent call last):
2022/09/28 15:03:00.924008243 File "/opt/rstudio-connect/python/connect_streamlit_runtime.py", line 89, in <module>
2022/09/28 15:03:00.924103538 from streamlit import bootstrap, config
2022/09/28 15:03:00.924106136 ImportError: cannot import name 'bootstrap' from 'streamlit' (/opt/rstudio-connect/mnt/app/python/env/lib/python3.8/site-packages/streamlit/__init__.py)
is it a python issue or?
streamlit ver. 1.13.0
Thank you very much! It seems it is one last step toward success, I was trouble upload on RSConnect for months TAT