good
sunmengnan opened this issue · 1 comments
sunmengnan commented
I think it may due to the egl reason.
RGH55 commented
Since windows is not headless, you don't need to use egl.
So you can just comment that line in data/demo.py
, pare/utils/renderer.py
, and pare/utils/vibe_renderer.py
.
p.s. you need to change all of subprocess.call(command)
to subprocess.call(command, shell=True)
in Windows environment.