mmcguffi / pLannotate

Webserver and command line tool for annotating engineered plasmids
GNU General Public License v3.0
97 stars 20 forks source link

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

Closed mcrone closed 1 year ago

mcrone commented 1 year ago

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: https://github.com/streamlit/streamlit/issues/5146#issuecomment-1223306586

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

mmcguffi commented 1 year ago

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