ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.94k stars 892 forks source link

Crash when installing python3 #2154

Closed obfuscatedgenerated closed 1 year ago

obfuscatedgenerated commented 1 year ago

App version: 1.3.2 build 494 iOS version: 16.5.1 Device: iPhone 13

Following the web server tutorial, I tried to run apk add python3. It manages to install the dependencies of the package just fine, but when it gets around to acquiring python3, the app crashes when it reaches somewhere between 50% and 75% (seems to change each time). I have made sure to run apk update before. It is trying to install Python 3.9.16-r0.

obfuscatedgenerated commented 1 year ago

It should be noted that there is no problem installing python2.

escapewindow commented 1 year ago

I was able to install python3-3.9.16-r0 successfully today on iSH 1.3.2 build 494 on an 11" iPad Pro M2 running iPadOS 16.6.

Edit: Tried on my iPhone 11 Pro running iOS 16.6, also successful.

obfuscatedgenerated commented 1 year ago

It now also works for me, very weird