We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im Receiving this error while trying to run Main.py in the terminal.
(.venv) nj@Mac-mini magic-carpet % sudo python3 src/main.py Traceback (most recent call last): File "/Users/nj/Documents/magic-carpet/src/main.py", line 5, in <module> from pymobiledevice3.cli.remote import get_device_list ImportError: cannot import name 'get_device_list' from 'pymobiledevice3.cli.remote' (/Users/nj/Documents/magic-carpet/.venv/lib/python3.13/site-packages/pymobiledevice3/cli/remote.py)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im Receiving this error while trying to run Main.py in the terminal.
The text was updated successfully, but these errors were encountered: