When I run python3 trollstore.py, I get this message:
Traceback (most recent call last):
File "/home/lizzie/devices/ipad/TrollRestore/trollstore.py", line 9, in <module>
from pymobiledevice3.cli.cli_common import Command
ImportError: cannot import name 'Command' from 'pymobiledevice3.cli.cli_common' (/home/lizzie/devices/ipad/TrollRestore/venv/lib/python3.13/site-packages/pymobiledevice3/cli/cli_common.py). Did you mean: 'common'?
I am on Gentoo, and am using a venv since I can't go without that.
When I run
python3 trollstore.py, I get this message:I am on Gentoo, and am using a venv since I can't go without that.