Help - Unknown error deploying app

Log:

[20:58:49] 📦 Processing dependencies...
Collecting package metadata (repodata.json): ...working... [2022-10-02 20:59:34.486212] done
Solving environment: ...working... [2022-10-02 21:06:49.978687] bash: line 3:  1876 Killed                  /home/appuser/.conda/bin/conda env update -n base --file environment.yml
[21:06:50] ❗️ installer returned a non-zero exit code

yaml file:
name: tachnit
channels:

  • conda-forge
  • defaults
    dependencies:
  • openpyxl
  • pandas
  • pip
  • python = 3.10
  • python-dateutil
  • streamlit
  • pip:
    • typer
    • streamlit-aggrid

Hi there,

Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here – in particular, please include a code snippet we can run to figure out what’s causing the error (a link to your deployed app is helpful too).

Caroline :balloon:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.