BachiLi / redner

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

GLIBCXX_3.4.20 Issue? #160

Closed collinskatie closed 3 years ago

collinskatie commented 3 years ago

Has anyone had the following issue when trying to call redner?

.conda/envs/pytorch3d/lib/python3.8/site-packages/pyredner/camera_type.py", line 1, in <module>
    import redner
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found

I'm using python 3.8, so not sure if that is an issue?

Thank you!

collinskatie commented 3 years ago

I was able to fix this by building from the source and closely following the provided wiki! https://github.com/BachiLi/redner/wiki/Installation