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
In windows, while pip install -r requirements.txt, this gives me
Collecting gnureadline==8.1.2
Downloading https://mirrors.aliyun.com/pypi/packages/f2/e8/48c0162a732522c7b4568da35ed07d0db07d725f640676b4c9a8ec874d1a/gnureadline-8.1.2.tar.gz (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 1.2 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Error: this module is not meant to work on Windows (try pyreadline instead)
[end of output]
Was trying to get this to work on Windows and Ubuntu, finally read the pymobiledevice3 documentation and...
Remote connection is only supported on MacOS :(
I am going to attempt to use a MacOS VM to use this software, best of luck to people!
The text was updated successfully, but these errors were encountered: