So I just bought Pythonista and just like Editorial it’s pretty pretty. I got it to use my scripts on the go.
I came across a show stopping (literally) issue right away though. For unit calculations I use pint on the Mac, for output styling I use termcolor (plan is to give the phone version of the script a full-screen UI).
After I installed Stash and rebooted Pythonista I installed both modules via pip in 3.6 mode (my scripts are all py 3). Running the script that I’m using most of the time, I didn’t get far.
There seems to be a bug with the bundled version of Numpy. Attaching images doesn’t work here so here’s a link.
I ran a few web searches on the error but came up empty. Closest was a matlib Import issue that didn’t help here. The error is specific to Pythonista as the script has been in use for a week now.