pymobiledevice3
pymobiledevice3 copied to clipboard
sudo python3 -m pymobiledevice3 remote start-tunnel error
Test environment
- Host OS version. 14.2.1
- Target device model and iOS version. 17.1.2
Describe the bug
run sudo python3 -m pymobiledevice3 remote start-tunnel error occurred
Logs
2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to import start_tunnel. Possible reasons are:
Please file an issue at:
https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
Also, please supply with a traceback of the following python line:
from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel
Additional context Add any other context about the problem here.
For community
β¬οΈ Please click the π reaction instead of leaving a +1 or π comment
m2 ζΊε¨δΉζ₯θΏδΈͺι
Test environment
Host OS version. 14.2.1
Target device model and iOS version. 17.1.2
Describe the bug
run
sudo python3 -m pymobiledevice3 remote start-tunnelerror occurredLogs
2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to import
start_tunnel. Possible reasons are:Please file an issue at:
https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
Also, please supply with a traceback of the following python line:
from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel
Additional context
Add any other context about the problem here.
For community
β¬οΈ Please click the π reaction instead of leaving a
+1or π comment
I faced the same error and finally found that it is a dependency mismatch. You can check whether your local homebrew is x86 version whike pip install is under arm version
Test environment
- Host OS version. 14.2.1
- Target device model and iOS version. 17.1.2
Describe the bug run
sudo python3 -m pymobiledevice3 remote start-tunnelerror occurred Logs 2024-01-04 18:14:08 MacBook-Pro-4.local pymobiledevice3.remote.module_imports[65431] ERROR Failed to importstart_tunnel. Possible reasons are: Please file an issue at: https://github.com/doronz88/pymobiledevice3/issues/new?assignees=&labels=&projects=&template=bug_report.md&title= Also, please supply with a traceback of the following python line: from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel Additional context Add any other context about the problem here.For community
β¬οΈ Please click the π reaction instead of leaving a
+1or π commentI faced the same error and finally found that it is a dependency mismatch. You can check whether your local homebrew is x86 version whike pip install is under arm version
emm, maybe ,we upgrade our mac devices from intel to m2. how to fix it ? do fix it?
Please run from pymobiledevice3.remote.core_device_tunnel_service import start_tunnel in python console, and see what's output.
Please verify with latest version