I installed Streamlit version 0.68.0 in Anaconda navigator virtual environment on Windows. I am getting the following error with “streamlit hello”.
Bad message format
.concat(…).flatMap is not a function
I also tried versions 0.68.1 and 0.69.1, but that did not solve the issue
“steamlit hello” runs with vesion 0.64.0 with the same setup
In general, recommending people downgrade several versions is not good advice. If a version is released with a bug, we try to make patch releases as quickly as possible. But this requires users actually inform of us of bugs.
@Sanat, how did you install Streamlit, globally or are you running using a virtual environment? This sort of issue sounds like there is a dependency mismatch of some sort, which might be resolved by using a virtual environment/clean install.
I am using a virtual environment under Anaconda. It was a fresh virtual environment created specifically for the project I am working on. Here is the requirements list. Do you suspect any of these in particular?
Thanks Baba.
I am actually planning to use the multi file upload functionality in the latest version. I guess it wasn’t there in 0.65.0. So that is not an option for me
Thanks @Sanat. I installed 0.68.0 in a fresh Miniconda environment with Python 3.8 and didn’t run into an issue. But, other users are reporting this issue as well.
Not exactly sure what to tell you here, as it seems like you’ve done all the normal debugging/installation steps
Hi @Sanat, unfortunately, this is a browser compatibility issue. An issue has been created for us to address this problem. In the meantime, if you are able to use another browser or upgrade your current browser, this should resolve your issue.