Python Wrapper for Embree
You can install pyembree (and embree) via the conda-forge package.
$ conda install -c conda-forge pyembree
Creating multiple scenes produces some harmless error messages:
ERROR CAUGHT IN EMBREE ERROR: Invalid operation ERROR MESSAGE: b'already initialized'
These can be suppressed with:
import logging
logging.getLogger('pyembree').disabled = True