My app needs a linux package that I can install using conda. However when I add it to packages.txt it is ignored. How can I install it?
Hi @vmskdl
That is correct, Ubuntu system packages can be placed in packages.txt file (more info in App dependencies - Streamlit Docs).
Was it added after the app was deployed? If so, it may help to reboot the app to see if that helps?