Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise "PyEmbree engine not installed, this experiment will never end" #4

Closed
captain-xuwenqiang opened this issue Jun 26, 2021 · 1 comment

Comments

@captain-xuwenqiang
Copy link

Hellow, I have install puma locally according to (./INSTALL.md). I try to run puma_pipeline.py, the error appears as follows:
2021-06-26 09-36-48屏幕截图
I have successfully bash 3rdparty/embree.sh.

@nachovizzo
Copy link
Collaborator

Hello, I can't say much. The error is quite clear to me, the Embree library has not been properly installed. What you can do is play with a python shell until you get a 'True' value on trimesh.ray.has_embree

In [1]: import trimesh
   ...: 
   ...: trimesh.ray.has_embree
Out[1]: True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants