You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some times searching and debugging, I found that when installing that list of software, the reporting in pdf is working:
texlive-base
texlive-latex-fonts
texlive-latex-bin
texlive-latex
texlive-collection-fontsrecommended
pandoc
texlive-ec
texlive-pdftex-bin
texlive-pdftex-def
Hi Sylock,
I am facing issues while generating HTML report in RHEL8. Can you help me to resolve please.
I have installed the following packages but still getting error.
root@10-119-113-238:/apps/opt/addvol/dev/chaos # chaos report --export-format=html5 journal.json report.html
Traceback (most recent call last):
File "/usr/local/bin/chaos", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/chaosreport/cli.py", line 36, in report
reports.append(generate_report(journal, export_format))
File "/usr/local/lib/python3.9/site-packages/chaosreport/init.py", line 270, in generate_report
template = get_report_template(journal["chaoslib-version"])
File "/usr/local/lib/python3.9/site-packages/chaosreport/init.py", line 368, in get_report_template
"<={v}".format(v=semver.format_version(**vinfo._asdict())),
AttributeError: 'Version' object has no attribute '_asdict'
Hello,
Tested on Red Hat 7.7. For PDF reports.
After some times searching and debugging, I found that when installing that list of software, the reporting in pdf is working:
texlive-base
texlive-latex-fonts
texlive-latex-bin
texlive-latex
texlive-collection-fontsrecommended
pandoc
texlive-ec
texlive-pdftex-bin
texlive-pdftex-def
Maybe it would be a good idea to document it in the installation guide.:
https://docs.chaostoolkit.org/reference/usage/install/
The text was updated successfully, but these errors were encountered: