WLDO icon indicating copy to clipboard operation
WLDO copied to clipboard

AttributeError: module 'neural_renderer' has no attribute 'Renderer'

Open yichuan1998 opened this issue 1 year ago • 2 comments

Hey, I ran "python demo.py" and got this error: image could you help me, thanks!

yichuan1998 avatar Aug 23 '23 02:08 yichuan1998

@yichuan1998 Hi, for me it was solved by

cd neural_renderer 
rm -rf *.egg-info
pip install -e .  

I am using a conda environment btw

mshooter avatar Aug 27 '23 14:08 mshooter

@yichuan1998你好,对我来说它是通过以下方式解决的

cd neural_renderer 
rm -rf *.egg-info
pip install -e .  

顺便说一句,我正在使用 conda 环境

Thanks for your code. Could you help me with this issue: https://github.com/benjiebob/SMALify/issues/30

yichuan1998 avatar Aug 28 '23 01:08 yichuan1998