Conda installation required on Posit Connect app

Hi all,
I'm trying to deploy a Streamlit app on Posit Connect, but unfortunately some of the packages that I need are only installable through either conda or source, whereas Posit can only install via pip. I am wondering what my options here are in this case. Is there a way to access the app via command line and install packages after deployment, for example, or is there some way I could prepackage the entire app with Docker or something and deploy that way?

Thanks so much!
Jade

  • Do you mind sharing which packages?
  • Do you know if your server is deployed using Off-Host Execution?

Some of your options are outlined here: Python Package Management – Posit Connect Documentation Version 2025.10.0 but with more information about your environment and the packages you're trying to install we can provide a more specific recommendation.