Closed sdhutchins closed 1 year ago
When trying to run the app, I got an error about the altair package.
My apologies - I did not get the error message.
It seems that when using version 1.18 of streamlit, you need to run pip install "altair<5", which solves the issue.
1.18
pip install "altair<5"
More can be seen via this issue, which is exactly what happened to me. Also, https://github.com/streamlit/streamlit/issues/6215.
It may be important to note this in the readme.
When trying to run the app, I got an error about the altair package.
My apologies - I did not get the error message.
It seems that when using version
1.18
of streamlit, you need to runpip install "altair<5"
, which solves the issue.More can be seen via this issue, which is exactly what happened to me. Also, https://github.com/streamlit/streamlit/issues/6215.
It may be important to note this in the readme.