Streamlit virtual environments

Since tensorflow works better with python 3.5 and not 3.6 …when creating a virtual env for streamlit using: “conda create -n env_nam3 python=3.x anaconda”

What version of python =3.x is best for streamlit??

Seeing that we might also what some tensorflow dependencies installed
Pythin 3.5 or 3.6?

Hi @Ik_Emmanuel — welcome to the Streamlit forums :smiley:

Streamlit supports Python 2.7, 3.6, 3.7 and 3.8. Not 3.5.

That said I just did a quick check of 3.5 on my machine and it mostly works. The only issue I found was that st.echo fails. If that’s OK with you, and you really really really want 3.5, then you should be good there!

1 Like