Will there be a new conda-version?

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.

Thanks.

2 Likes

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

virtualenv .venv
source .venv/bin/activate
pip install streamlit

Here is a link to virtualenv docuemntation: https://virtualenv.pypa.io/en/latest/

In the meantime, I will follow up on our plans for a conda package.

Matteo

Added Feature Request: https://github.com/streamlit/streamlit/issues/942

1 Like

Hey. Streamlit looks awesome to me, but the lack of a conda package…

PIP install breaks my Jupiter notebook conda virt env. So the question is: will a conda package / installation soon be published?

Thanks, greetings Jan

1 Like

Hi @Janneman, welcome to the Streamlit community!

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