conda env create --quiet --name master --file docs/environment.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
Collecting package metadata: ...working... done
Solving environment: ...working... Killed
Command killed due to excessive memory consumption
Possible solution:
[ ] test installation of packages using pip only (even if Nansat is not working properly, it should be at least imported)
[ ] update readthedocs.yml to use pip for installation
[ ] find a way to import Nansat almost without any dependencies (e.g. mocking?)
Problem:
ReadTheDocs gives an error:
Possible solution: