BachiLi / redner

Differentiable rendering without approximation.
https://people.csail.mit.edu/tzumao/diffrt/
MIT License
1.39k stars 139 forks source link

build from source problem #173

Closed iszihan closed 2 years ago

iszihan commented 2 years ago

Hello, I got this error after building from source, am wondering if anyone encountered the same issue? import redner ImportError: libtbb.so.2: cannot open shared object file: No such file or directory

baibizhe commented 1 year ago

Hello . I am facing the same error. Would you mind telling me how you solved this ?

xiangruhuang commented 1 year ago

I solved it using sudo apt install libtbb-dev on ubuntu.

zzbuzzard commented 1 year ago

The above didn't work for me, but sudo apt install libtbb2 did :)