Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyhocon problem #61

Open
chiyaohuang opened this issue Feb 28, 2023 · 4 comments
Open

pyhocon problem #61

chiyaohuang opened this issue Feb 28, 2023 · 4 comments

Comments

@chiyaohuang
Copy link

Hi,

I met a pyhocon problem. when I try the eval ''python eval/gen_video.py -n sn64 --gpu_id 0 --split test -P '2' -D ~/disk/NMR_Dataset -S 0", it shows

pyparsing.exceptions.ParseException: Expected '}', found '=' (at char 759), (line:34, col:18)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "eval/gen_video.py", line 63, in
args, conf = util.args.parse_args(extra_args)
File "/home/yao/pixel-nerf/src/util/args.py", line 99, in parse_args
conf = ConfigFactory.parse_file(args.conf)

Does anyone know how to solve it?

@lisenbuaa
Copy link

I also face the same problem.

@chiyaohuang
Copy link
Author

I reinstall the older version of pyhocon and solve the problem.

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

@lisenbuaa
Copy link

Thank you! I solve it.

@lmd-ch
Copy link

lmd-ch commented Jun 20, 2023

That solves the problem, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants