pixel-nerf icon indicating copy to clipboard operation
pixel-nerf copied to clipboard

open cannot run successful: pyparsing.exceptions.ParseSyntaxException

Open sunyuan789 opened this issue 2 years ago • 2 comments

When running your code(gen_video.py), the error arising :pyparsing.exceptions.ParseSyntaxException: Expected '}', found '=' (at char 759), (line:34, col:18). Running python script with python eval/gen_video.py -n sn64 --gpu_id 0 --split test -P '2' -D /home/sun/Desktop/Nerf/SymmNeRF-main/code/datasets/NMR_Dataset -S 0 Could you please help me solve it?

Quicker_20230320_144839

sunyuan789 avatar Mar 20 '23 06:03 sunyuan789

try this:

pip install --force-reinstall -v "pyhocon==0.3.55"

amughrabi avatar Mar 20 '23 11:03 amughrabi

@amughrabi wow thanks for answering! IT DO WORK!!

Arhiqaq avatar Mar 27 '23 07:03 Arhiqaq