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

Error when building report as html output #5

Open
skimprem opened this issue Oct 28, 2024 · 0 comments
Open

Error when building report as html output #5

skimprem opened this issue Oct 28, 2024 · 0 comments

Comments

@skimprem
Copy link

The command:

demcompare sample_config.json

gives an error when generating a report

Error when building report as html output (ignored)
 Demcompare Traceback (most recent call last):
  File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/demcompare.py", line 85, in main
    demcompare.run(args.config, loglevel=args.loglevel)
  File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/__init__.py", line 300, in run
    report.generate_report(
  File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/report.py", line 432, in generate_report
    spm.build_project("html")
  File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/sphinx_project_generator.py", line 213, in build_project
    subprocess.check_call(
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'html']' returned non-zero exit status 2.

24-10-28_12h22m_logs.log

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

1 participant