Hi everyone, I am using Streamlit for my current p...
# general
b
Hi everyone, I am using Streamlit for my current project. I have encountered issues running the 'streamlit run' command using pex and had to use a Docker image instead. Anyone else ran in similar issues? Btw will probably make a blog soon on using Streamlit with Pants
l
Could you try out changing the execution mode to
venv
?
👍 2
b
Will give this a shot thanks!
h
@brainy-summer-18729 Did you make any progress on running streamlit with pants?