jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
942 stars 188 forks source link

ReadTheDocs fails at environment setup #354

Open bollwyvl opened 3 years ago

bollwyvl commented 3 years ago

For some time, it looks like the ReadTheDocs build has been failing with:

conda env create --quiet --name latest --file docs/environment.yml
Collecting package metadata: ...working... done
Solving environment: ...working... Killed

Command killed due to excessive memory consumption 

While the environment.yml in question might work (py35, etc), it should probably be updated, but will still be very heavy.

Some (not necessarily mutually-exclusive) approaches:

Given the above (and your humble issue reporter not having or particularly wanting RTD perms), but being a something of a conda nerd, I'll try a PR with the last option while we consider/wait for the other options to become a reality.