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

lack of file libembree.so.2 when importing rtcore_scene #36

Open
kentechx opened this issue Feb 22, 2023 · 3 comments
Open

lack of file libembree.so.2 when importing rtcore_scene #36

kentechx opened this issue Feb 22, 2023 · 3 comments

Comments

@kentechx
Copy link

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
@kentechx
Copy link
Author

I solved this by

conda install -c conda-forge embree=2.17.7

@lch32111
Copy link

lch32111 commented May 5, 2023

I got this error with the embree==2.17.7

python: symbol lookup error: /root/miniconda3/envs/PACKAGE_NAME/lib/python3.8/site-packages/mkl/../../../libmkl_intel_thread.so.2: undefined symbol: omp_get_num_procs

and it worked with this conda install --force-reinstall intel-openmp

@SMY19999
Copy link

good solution. and my projet worked with embree=2.17.7! thanks a lot

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

3 participants