Hello, Streamlit! I have been using your product for several weeks, and it is awesome. However, there is a little problem: the dependency library “tornado” installed by pip is <6.0, which conflicts with some of my other libraries. So will you release a new conda-version? Then I can use “conda install” to avoid this flaw.
Hi @integzz, thanks for your question. We don’t have a conda package right now, but you can use a virtualenv to isolate Streamlit from your dependencies. Would this unblock you? The process should be as simple as
Thanks for highlighting that your workflow is getting broken by pip. Having a conda package is something we’ve had for a long time on our issue tracker, but it sounds like it might be something to prioritize if environments are starting to break more regularly