ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
123 stars 58 forks source link

Updated docs to address issue with conda install failing #290

Closed ben-l-p closed 3 months ago

ben-l-p commented 3 months ago

Some users have had an issue with Conda failing whilst creating the environment, giving the following message:

Collecting package metadata (repodata.json): - Killed

This is due to Conda running out of RAM during install, documented here. This is in line with problems found a few months ago, with 8 GB of RAM often not being sufficient. Unfortunately Conda isn't very efficient with memory, and there is little we can do about this.

I have updated the docs to include 3 options to fix this issue:

Thank you to the students who both found this issue and documented the third fix method!