Nicolas Holzschuch
Nicolas Holzschuch
That's an expected behaviour: gs (ghostscript) is not present in a-Shell. There are several reasons: one is that it's covered by the GPL, so it cannot be distributed on the...
Pandas is available with Carnets. I'm not sure whether to include it in a-Shell, since it increases the size of the App significantly (by 100 MB). a-Shell is already a...
It will never be possible to install pandas through pip: it has C components (quite a lot of them, actually), so it must be included with the App at install...
The Apple rules is that any kind of binary component must be present inside the App, so it can be checked out thoroughly by Apple during the approval process. This...
You have indeed a C compiler in a-Shell (clang) and you can use it to produce dynamic libraries the dynamic libraries that are at the core of Pandas python implementation...
Given that it's been already compiled to wasm (and using wasi), if you could download the `sqlite.wasm` file, it should work on a-Shell. The link on the page does not...
It should be coming in the next update (not 1.9.3 (coming soon), but 1.9.4 (in a few months)).
The TestFlight build of a-Shell mini now has libmp3lame: https://testflight.apple.com/join/REdHww5C If you could test and check that it works.
That looks like a command that was not downloaded properly. If downloading from inside a-Shell, you need to use `curl -OL ...`.
`lg2` is a clone of git, based on the libgit2 library (https://libgit2.org) and is available.