WLDO
WLDO copied to clipboard
AttributeError: module 'neural_renderer' has no attribute 'Renderer'
Hey, I ran "python demo.py" and got this error:
could you help me, thanks!
@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
@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