Hi,
My app is failing to deploy on Streamlit Cloud with no glaring errors. Below is the portion of the log file that is relevant:
Collecting package metadata (repodata.json): …working… [2022-03-14 00:27:26.770078] done
Solving environment: …working… [2022-03-14 00:30:24.494053] bash: line 3: 15 Killed /home/appuser/.conda/bin/conda env update -n base --file environment.yml
e[32m[manager] e[0minstaller returned a non-zero exit code
e[32m[manager] e[0mError during processing dependencies! Please fix the error and push an update, or try restarting the app.
e[32m[manager] e[0mStreamlit server consistently failed status checks
e[32m[manager] e[0mPlease fix the errors, push an update to the git repo, or reboot the app.
My environment.yml file is as follows:
name: research
channels:
- conda-forge
dependencies:
- compas
- plotly
- xgboost
- bayesian-optimization
- tqdm
- shap
- numpy
- pandas
- scikit-learn
Any help appreciated