graphics icon indicating copy to clipboard operation
graphics copied to clipboard

Cannot load rasterizer_op.so on OSX

Open areiner222 opened this issue 2 years ago • 3 comments

I am getting the following error when I try to use the opengl or CPU backends of rasterize:

When I run import tensorflow_graphics.rendering.opengl.rasterization_backend I get

tensorflow.python.framework.errors_impl.NotFoundError: dlopen(/Users/xxxxxx/miniconda3/envs/xxxxx/lib/python3.8/site-packages/tensorflow_graphics/rendering/opengl/rasterizer_op.so, 0x0006): tried: '/Users/xxxxx/miniconda3/envs/xxxxx/lib/python3.8/site-packages/tensorflow_graphics/rendering/opengl/rasterizer_op.so' (not a mach-o file), '/usr/local/lib/rasterizer_op.so' (no such file), '/usr/lib/rasterizer_op.so' (no such file).

Do I need to build from source on Mac? What is the best way to do that?

areiner222 avatar Dec 07 '21 01:12 areiner222

Checking back in on this - any recommendations ?

areiner222 avatar Jan 15 '22 22:01 areiner222

Hello everyone, I have the same problem, but on WIndows

danperazzo avatar Mar 24 '22 19:03 danperazzo

I have the same problem

kimjansheden avatar Nov 03 '23 13:11 kimjansheden