Collecting package metadata (repodata.json): ...working... [2023-08-06 21:16:43.362575] bash: line 3: 11 Killed /home/adminuser/.conda/bin/conda env update -n base --file environment.yml [21:16:44]

Hi, I am having the following problem when I try to deploy my app in streamlit:

Collecting package metadata (repodata.json): ...working... [2023-08-06 21:16:43.362575] bash: line 3:    11 Killed                  /home/adminuser/.conda/bin/conda env update -n base --file environment.yml
[21:16:44] ❗️ installer returned a non-zero exit code

Here’s a link to my repo: antonioespinoza98/cancer-app at dev (github.com)

I have tried to remove the streamlit version however this did not work. I also removed some packages that I was not using and tried to change the order in case that was the problem but apparently it is not. I checked other similar problems around here, but it almost depends a lot on how your environment is configured.

Hey @antonioespinoza98,

Thanks for sharing this question! Can you share the link to your deployed app as well?

Thank you, @Caroline ! Here’s the link: https://cancer-app-jsa8ecemil8wngz6jncmqn.streamlit.app/

Hi @antonioespinoza98,

Could you please provide a link to your repo? I can’t seem to be able to reach the app at the moment.

Best,
Charly

This is the repo: GitHub - antonioespinoza98/cancer-app at dev

Thanks, @Caroline! Apologies for having missed the repo earlier in the thread! :slight_smile:

@antonioespinoza98: If you delete the app from Community Cloud and then re-upload it, does it start working and then crash, or does it not work at all?

If it suddenly stops working when the app begins processing data, this might indicate a potential memory issue. If that’s the case, we could consider allocating more resources to RAM and/or memory to address this.

Keep us posted and we’ll give it a boost :slight_smile:

Best,
Charly

1 Like

Try using requirements.txt to specify dependencies instead of environment.yml.

1 Like

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