Hi,
if I add conda-forge to resolve dependencies, I get:
Collecting package metadata (repodata.json): ...working... [2023-03-23 12:56:37.063958] bash: line 3: 16 Killed /home/appuser/.conda/bin/conda env update -n base --file environment.yml
[12:56:37] ❗️ installer returned a non-zero exit code
Is it possible to get additional error logs? Is this a known streamlit issue?
My environment:
Apparently, solving conda environments requires too much memory. That’s why it fails.
If you can share the link to the deployed app I can confirm the memory usage levels for you
evan54
December 15, 2023, 12:11pm
5
was this ever resolved? seems like a persistent issue
Hi! With the latest release Community Cloud, we changed the conda resolver to libmamba, which has different resource requirements than the default conda one. Therefore, conda-forge can be used as an alternative channel.