Riccardo

Results 4 comments of Riccardo

I used both: `pip install whatsapp-chat-exporter["android_backup"]` and `pip install whatsapp-chat-exporter["crypt15"]`

I did a pip (and pip3 just in case) install for both, but they are both already installed

Hi, sorry for the long delay. I ran the commands you asked in a Python shell and got back that module 'Crypto' was not found. I tinkered a bit and...

Hi, do you have vivado_hls executable on path? You can easily add it in Python by adding the following before calling hls_model.build `import os` `os.environ['PATH'] = '/Xilinx/Vivado/2019.1/bin:' + os.environ['PATH']` For...