mmcguffi/pLannotate

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

mcrone opened this issue · 1 comments

Found this error while trying a local install. This seems to have been caused by an update to streamlit and so I found and used the solution here: streamlit/streamlit#5146 (comment)

The change required is to change all references to streamlit.cli to streamlit.web.cli

Thanks Michael -- I need push some updates to pLannotate and lock in a few versions of Streamlit that work