streamlit AttributeError: module ‘streamlit‘ has no attribute ‘script_runner‘

最近在用streamlit写前端的时候发现下面的错误:

streamlit AttributeError: module 'streamlit' has no attribute 'script_runner'

s

解决方法

发现自己安装的是1.8.1,现在回退到1.7的版本:

pip install streamlit==1.7

你可能感兴趣的:(streamlit,python)