You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
kintaro1981
changed the title
Error exporting iPhone backup from windows
Error exporting iPhone backup from windows with Python 3.10.4
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.
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'
The text was updated successfully, but these errors were encountered: