cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.53k stars 1.7k forks source link

Weasyprint #2832

Open jhopz opened 5 years ago

jhopz commented 5 years ago

Thanks for creating an issue! But first: did you read our community guidelines? https://cuckoo.sh/docs/introduction/community.html

My issue is: Weasyprint

2019-08-10 19:00:57,471 [cuckoo.core.plugins] WARNING: The reporting module "SingleFile" returned the following error: The weasyprint library hasn't been installed on your Operating System and as such we can't generate a PDF report for you. You can install 'weasyprint' manually by running 'pip install weasyprint' or by compiling and installing package yourself.

My Cuckoo version and operating system are: 2.07 Ubuntu 18.04

I have tried to install weasyprint .038 and the most recent version, all which have produced errors. What version of weasyprint do I need install.

ThisIsNotMalware commented 5 years ago

Hey, I believe it has been mentioned somewhere that you should use weasyprint==0.36.

I have that one and works fine with Cuckoo 2.0.7.

Regards,

nadir3392 commented 4 years ago

Hi @jhopz Uninstall weasyprint==0.38 and try to install weasyprint==0.36 it't work for me. thank's.