Kesara Rathnayake
Kesara Rathnayake
Thanks @Tchinmai7 for Ubuntu Installer PR. Feature branch for that is [feature/UbuntuInstaller](https://github.com/kesara/deepdreamer/tree/feature/UbuntuInstaller). TODO on Ubuntu Installer: - Automate install of Caffe
@ProGamerGov, I would try reinstalling caffee. I haven't had a chance to work on this project recently, mainly because lack of powerful enough machine to run it.
@ProGamerGov, Seems like Caffe 1.0.0 doesn't work with python 2.7 anymore. Can you try out the latest release [v0.0.2a](https://github.com/kesara/deepdreamer/releases/tag/v0.0.2a)? Make sure you use `python3` :)
@JonnoFTW Cool, as long as those tools are under Free & Open Source license. :)
If you still have this environment, can you provide the Python version, xml2rfc version and the WeasyPrint version? Because I could not recreate this error with different WeasyPrint / `xml2rfc`...
Thank you. This looks like an error occurred due to a Python environment configuration issue. There's already logic guarding against not having WeasyPrint or an older version of WeasyPrint. So...
@alicerusso, Issue with text9336 is different. It is caused by the following fix: https://github.com/ietf-tools/xml2rfc/commit/fa224c8c386941ed96678dbd790963d7f7681235
With updates from https://github.com/Kozea/WeasyPrint/pull/1869 `xml2rfc` can generate a PDF file that confirms with `PDF/A-3B` standard. Sample file: https://t4.fq.nz/rfc9527.pdf VeraPDF output: ``` /docs/rfc9527.pdf 00:00:00.486 1 0 0 00:00:00.551 ``` Poppler `pdfdetach`...
@cabo I think the issue with spaces in breakpoints of text output has been fixed since [v3.20.0](https://github.com/ietf-tools/xml2rfc/releases/tag/v3.20.0). EDIT: The following is from `xml2rfc 3.20.1`: ``` [C] International Organization for Standardization,...