Riccardo
Riccardo
Can't decrypt because "Dependencies of decrypt_backup and/or extract_encrypted_key are not present."
I used both: `pip install whatsapp-chat-exporter["android_backup"]` and `pip install whatsapp-chat-exporter["crypt15"]`
Can't decrypt because "Dependencies of decrypt_backup and/or extract_encrypted_key are not present."
I did a pip (and pip3 just in case) install for both, but they are both already installed
Can't decrypt because "Dependencies of decrypt_backup and/or extract_encrypted_key are not present."
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...