edwin170 / downr1n

downgrade tethered checkm8 idevices ios 14, 15.
Apache License 2.0
261 stars 36 forks source link

SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats #60

Closed joneschrisan closed 10 months ago

joneschrisan commented 10 months ago

"SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats" after "extracting kernel"

The whole thing seems to have crashed now, been hanging for about half an hour.

Running Kali Linux 6.3.0 64 bit, base is Debian 6.3.7

joneschrisan commented 10 months ago

iPhone 6s attempting to downgrade to 14.5.1 if that make any difference

edwin170 commented 10 months ago

https://github.com/dualra1n/dualra1n/issues/74

PreferredegeT commented 10 months ago

dualra1n/dualra1n#74

pyimg4 is latest and problem still remains,now idevice stuck at RamDisk

PreferredegeT commented 10 months ago

progress dead after []Dumped SHSH []extracting kernel ... and defined for # happens

how to deal with it?

edwin170 commented 10 months ago

progress dead after []Dumped SHSH []extracting kernel ... and defined for # happens

how to deal with it?

try with this command: python3 -m pip install pyimg4[compression]

rdkkl5 commented 10 months ago

i solved this problem with downgrade python 3.10 to python 3.9

Potatolover1243 commented 10 months ago

i solved this problem with downgrade python 3.10 to python 3.9

how did you do this?

I'm on linux btw

rdkkl5 commented 10 months ago

i solved this problem with downgrade python 3.10 to python 3.9

how did you do this?

I'm on linux btw

Remove python 3.10 and install 3.9 It was the only thing that solved this problem for me