daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

Getting undefined symbol error #68

Open rohaantahir opened 4 years ago

rohaantahir commented 4 years ago

I want to use your code in my research work. but unfortunately when i run example1.py I am getting the following error. I am also uploading the screen shot of the error. Kindly see it and guide me

Thanks

**import neural_renderer.cuda.load_textures as load_textures_cuda ImportError: /home/rohan/anaconda3/envs/python2/lib/python2.7/site-packages/neural_renderer/cuda/load_textures.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

Capture

QuteSaltyFish commented 4 years ago

same problem here

huytuong010101 commented 3 years ago

same problem here

runxi607 commented 1 year ago

I want to use your code in my research work. but unfortunately when i run example1.py I am getting the following error. I am also uploading the screen shot of the error. Kindly see it and guide me

Thanks

**import neural_renderer.cuda.load_textures as load_textures_cuda ImportError: /home/rohan/anaconda3/envs/python2/lib/python2.7/site-packages/neural_renderer/cuda/load_textures.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

Capture

Hello,did you solve this problem?

rohaantahir commented 1 year ago

I didn't remember now how I solved it and how I used it as this issue was reported long ago.