KnugiHK / WhatsApp-Chat-Exporter

A customizable Android and iOS/iPadOS WhatsApp database parser that will give you the history of your WhatsApp conversations in HTML and JSON. Android Backup Crypt12, Crypt14, Crypt15, and new schema supported.
https://wts.knugi.dev/
MIT License
521 stars 76 forks source link

Error exporting iPhone backup from windows with Python 3.10.4 #13

Closed kintaro1981 closed 1 year ago

kintaro1981 commented 2 years ago

I'm getting this error (Python 3.10.4):

c:\Users\myusername\Desktop\working_wts>wtsexporter -i -b "C:\Users\myusername\AppData\Roaming\Apple Computer\MobileSync\Backup\myid" Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Python310\Scripts\wtsexporter.exe__main.py", line 4, in File "C:\Python310\lib\site-packages\Whatsapp_Chat_Exporter\main__.py", line 2, in from Whatsapp_Chat_Exporter import extract, extract_iphone File "C:\Python310\lib\site-packages\Whatsapp_Chat_Exporter\extract.py", line 7, in import requests ModuleNotFoundError: No module named 'requests'

KnugiHK commented 2 years ago

Oh, that dependency should not be included for now. I will remove it later. In the meantime, you can install the dependency with "pip install requests" as a workaround.

kintaro1981 commented 2 years ago

thank you 👍 I have another issue now, I'm going to open a new one. 😭

KnugiHK commented 2 years ago

Fixed in commit https://github.com/KnugiHK/Whatsapp-Chat-Exporter/commit/042f6f9024f6ae6d7c7962743404f4df5933a4ce. I will leave this issue open until next release

KnugiHK commented 1 year ago

Released: https://github.com/KnugiHK/Whatsapp-Chat-Exporter/releases/tag/0.8.5