I use the command to install the latest pyembree.
$ conda install -c conda-forge pyembree
The following import shows an error:
from pyembree import rtcore_scene
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: libembree.so.2: cannot open shared object file: No such file or directory
I use the command to install the latest pyembree.
The following import shows an error: