Dear Streamlit community.
I’m new of streamlit and now I would like to deploy my app to github.
My app uses a conda package which can’t install with pip command or apt-get.
Is it possible to deploy app which requires conda packages?
If it possible I would like to know how to make requirements.txt
Kind regards,
Hi @iwatobipen, great news that you are in the community!!
Do you have a Streamlit Share account?? If not, you may ask for one here.
Seems to me that it is not possible for now to install packages with conda, but not sure. Maybe @randyzwitch could clarify this.
Installing from conda does indeed work! I’ve set up an example project here, and we’ll work on getting the instructions into our proper documentation soon: