Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error exporting iPhone backup from windows with Python 3.10.4 #13

Closed
kintaro1981 opened this issue May 23, 2022 · 4 comments
Closed

Error exporting iPhone backup from windows with Python 3.10.4 #13

kintaro1981 opened this issue May 23, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@kintaro1981
Copy link

kintaro1981 commented May 23, 2022

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'

@kintaro1981 kintaro1981 changed the title Error exporting iPhone backup from windows Error exporting iPhone backup from windows with Python 3.10.4 May 23, 2022
@KnugiHK
Copy link
Owner

KnugiHK commented May 23, 2022

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.

@KnugiHK KnugiHK added the bug Something isn't working label May 23, 2022
@KnugiHK KnugiHK self-assigned this May 23, 2022
@kintaro1981
Copy link
Author

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

@KnugiHK
Copy link
Owner

KnugiHK commented Jun 2, 2022

Fixed in commit 042f6f9. I will leave this issue open until next release

@KnugiHK KnugiHK added the pending for release Feature or bug fix to be released label Oct 23, 2022
@KnugiHK KnugiHK added this to the Major update milestone Dec 21, 2022
@KnugiHK KnugiHK removed the pending for release Feature or bug fix to be released label Jan 31, 2023
@KnugiHK
Copy link
Owner

KnugiHK commented Jan 31, 2023

@KnugiHK KnugiHK closed this as completed Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants